Color Hex Logo

#0472da Color Hex

#0472DA
(4,114,218)
0 Favorites   0 Comments

Color spaces of #0472da

RGB 4114218
HSL0.580.960.44
HSV209°98°85°
CMYK 0.980.480.00   0.15
XYZ18.722317.122468.6478
Yxy17.12240.17920.1639
Hunter Lab41.37928.3499-69.3962
CIE-Lab48.413913.2762-60.4368

#0472da color RGB value is (4,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110010 11011010
Octal 4 162 332
Decimal 4 114 218
Hex 4 72 DA

RGB Percentages of Color #0472da

%1.19
%33.93
%64.88

CMYK Percentages of Color #0472da

%98
%48
%0
%15

Triadic Colors of #0472da

#0472da #da0472 #72da04

Analogous Colors of #0472da

#0472da #0407da #04dad7

Monochromatic Colors of #0472da

#0472da

Complementary Color

#0472da #da6c04

#0472da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0472da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0472da Color CSS Codes

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

#0472da Text Font Color

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

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


#0472da Background Color

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

This div background color is #0472da


#0472da Border Color

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

This div border color is #0472da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0472da


Comments

No comments written yet.

Please login to write comment.