#0472e4

Color #0472E4 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0472E4

Tints of Navy Blue #0472E4

Color information

#0472E4 (or 0x0472E4) is unknown color: approx Navy Blue. HEX triplet: 04, 72 and E4. RGB value is (4,114,228). Sum of RGB (Red+Green+Blue) = 4+114+228=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 228 (89.45% from 255 or 65.90% from 346); Max value from RGB is 228 - color contains mainly: blue. Hex color #0472E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472E4 is #FB8D1B. Grayscale: #5D5D5D. Windows color (decimal): -16485660 or 14971396. OLE color: 14971396.

HSL color Cylindrical-coordinate representation of color #0472E4: hue angle of 210.54º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472E4 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4114228-
CMYK0.980.5000.11
HSL210.54º96.55%45.49%-
HSV(B)210.54º98.25%89.41%-
XYZ20.0717.6675.75-
YUV94.11203.5663.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 228 (89.45% from 255) = 65.90%
R=1.16%
G=32.95%
B=65.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41142280.980.5000.11210.5496.5545.49
Hex472E462320Bd3612d
Octal41623441426201332314155
Binary100111001011100100110001011001001011110100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0472e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0472e4; }

 p { color: rgb(4,114,228); }

 H1.HeaderClassName
 {
   color: #0472e4;
 }
 .AnyTagClassName
 {
   color: #0472e4;
 }
</style>
background-color css

<style>
 a { background-color: #0472e4; }

 a { background-color: rgb(4,114,228); }

 div.DivClassName
 {
   background-color: #0472e4;
 }
 .BgClassName
 {
   background-color: #0472e4;
 }
</style>
border-color css

<style>
 span { border-color: #0472e4; }

 span { border-color: rgb(4,114,228); }

 td.TdClassName
 {
   border-color: #0472e4;
 }
 .TagClassName
 {
   border-color: #0472e4;
 }
</style>