Color Hex Logo

#4530bc Color Hex

#4530BC
(69,48,188)
0 Favorites   0 Comments

Color spaces of #4530bc

RGB 6948188
HSL0.690.590.46
HSV249°74°74°
CMYK 0.630.740.00   0.26
XYZ12.58837.010048.2665
Yxy7.01000.18550.1033
Hunter Lab26.476438.5347-89.5522
CIE-Lab31.829748.7042-70.0311

#4530bc color RGB value is (69,48,188).

#4530bc hex color red value is 69, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4530bc hue: 0.69 , saturation: 0.59 and the lightness value of 4530bc is 0.46.

The process color (four color CMYK) of #4530bc color hex is 0.63, 0.74, 0.00, 0.26. Web safe color of #4530bc is #3333cc. Color #4530bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110000 10111100
Octal 105 60 274
Decimal 69 48 188
Hex 45 30 BC

RGB Percentages of Color #4530bc

%22.62
%15.74
%61.64

CMYK Percentages of Color #4530bc

%63
%74
%0
%26

Triadic Colors of #4530bc

#4530bc #bc4530 #30bc45

Analogous Colors of #4530bc

#4530bc #8b30bc #3061bc

Monochromatic Colors of #4530bc

#4530bc

Complementary Color

#4530bc #a7bc30

#4530bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4530bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4530bc Color CSS Codes

.mybgcolor {background-color:#4530bc; } 
.myforecolor {color:#4530bc; }
.mybordercolor {border:3px solid #4530bc; }

#4530bc Text Font Color

<p style="color:#4530bc">Text here</p>

This sample text font color is #4530bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4530bc Background Color

<div style="background-color:#4530bc">
Div content here</div>

This div background color is #4530bc


#4530bc Border Color

<div style="border:3px solid #4530bc">
Div here</div>

This div border color is #4530bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,48,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4530bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4530bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4530bc;
  box-shadow:         1px 1px 3px 2px #4530bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,48,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4530bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4530bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4530bc;
  box-shadow:         1px 1px 3px 2px #4530bc;">
Div content here</div>

This div box has shadow with color #4530bc


Comments

No comments written yet.

Please login to write comment.