Color Hex Logo

#0472bf Color Hex

#0472BF
(4,114,191)
0 Favorites   0 Comments

Color spaces of #0472bf

RGB 4114191
HSL0.570.960.38
HSV205°98°75°
CMYK 0.980.400.00   0.25
XYZ15.471415.822051.5287
Yxy15.82200.18680.1910
Hunter Lab39.7769-0.1811-48.9630
CIE-Lab46.74012.5714-47.6845

#0472bf color RGB value is (4,114,191).

#0472bf hex color red value is 4, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0472bf hue: 0.57 , saturation: 0.96 and the lightness value of 0472bf is 0.38.

The process color (four color CMYK) of #0472bf color hex is 0.98, 0.40, 0.00, 0.25. Web safe color of #0472bf is #0066cc. Color #0472bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110010 10111111
Octal 4 162 277
Decimal 4 114 191
Hex 4 72 BF

RGB Percentages of Color #0472bf

%1.29
%36.89
%61.81

CMYK Percentages of Color #0472bf

%98
%40
%0
%25

Triadic Colors of #0472bf

#0472bf #bf0472 #72bf04

Analogous Colors of #0472bf

#0472bf #0414bf #04bfaf

Monochromatic Colors of #0472bf

#0472bf

Complementary Color

#0472bf #bf5104

#0472bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0472bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0472bf Color CSS Codes

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

#0472bf Text Font Color

<p style="color:#0472bf">Text here</p>

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


#0472bf Background Color

<div style="background-color:#0472bf">
Div content here</div>

This div background color is #0472bf


#0472bf Border Color

<div style="border:3px solid #0472bf">
Div here</div>

This div border color is #0472bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,114,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0472bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0472bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0472bf;
  box-shadow:         1px 1px 3px 2px #0472bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0472bf


Comments

No comments written yet.

Please login to write comment.