Color Hex Logo

#4611bc Color Hex

#4611BC
(70,17,188)
0 Favorites   0 Comments

Color spaces of #4611bc

RGB 7017188
HSL0.720.830.40
HSV259°91°74°
CMYK 0.630.910.00   0.26
XYZ11.80335.333847.9844
Yxy5.33380.18130.0819
Hunter Lab23.095050.8107-107.0200
CIE-Lab27.665361.2420-76.9133

#4611bc color RGB value is (70,17,188).

#4611bc hex color red value is 70, green value is 17 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4611bc hue: 0.72 , saturation: 0.83 and the lightness value of 4611bc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010001 10111100
Octal 106 21 274
Decimal 70 17 188
Hex 46 11 BC

RGB Percentages of Color #4611bc

%25.45
%6.18
%68.36

CMYK Percentages of Color #4611bc

%63
%91
%0
%26

Triadic Colors of #4611bc

#4611bc #bc4611 #11bc46

Analogous Colors of #4611bc

#4611bc #9c11bc #1132bc

Monochromatic Colors of #4611bc

#4611bc

Complementary Color

#4611bc #87bc11

#4611bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4611bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4611bc Color CSS Codes

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

#4611bc Text Font Color

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

This sample text font color is #4611bc
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.


#4611bc Background Color

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

This div background color is #4611bc


#4611bc Border Color

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

This div border color is #4611bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,17,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 #4611bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4611bc


Comments

No comments written yet.

Please login to write comment.