Color Hex Logo

#4704bc Color Hex

#4704BC
(71,4,188)
0 Favorites   0 Comments

Color spaces of #4704bc

RGB 714188
HSL0.730.960.38
HSV262°98°74°
CMYK 0.620.980.00   0.26
XYZ11.71915.057347.9354
Yxy5.05730.18110.0782
Hunter Lab22.488453.6645-110.6381
CIE-Lab26.897463.9576-78.1855

#4704bc color RGB value is (71,4,188).

#4704bc hex color red value is 71, green value is 4 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4704bc hue: 0.73 , saturation: 0.96 and the lightness value of 4704bc is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 10111100
Octal 107 4 274
Decimal 71 4 188
Hex 47 4 BC

RGB Percentages of Color #4704bc

%27.00
%1.52
%71.48

CMYK Percentages of Color #4704bc

%62
%98
%0
%26

Triadic Colors of #4704bc

#4704bc #bc4704 #04bc47

Analogous Colors of #4704bc

#4704bc #a304bc #041dbc

Monochromatic Colors of #4704bc

#4704bc

Complementary Color

#4704bc #79bc04

#4704bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4704bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4704bc Color CSS Codes

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

#4704bc Text Font Color

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

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


#4704bc Background Color

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

This div background color is #4704bc


#4704bc Border Color

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

This div border color is #4704bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4704bc


Comments

No comments written yet.

Please login to write comment.