#0476E7

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

Shades of Navy Blue #0476E7

Tints of Navy Blue #0476E7

Color information

#0476E7 (or 0x0476E7) is unknown color: approx Navy Blue. HEX triplet: 04, 76 and E7. RGB value is (4,118,231). Sum of RGB (Red+Green+Blue) = 4+118+231=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 231 (90.62% from 255 or 65.44% from 353); Max value from RGB is 231 - color contains mainly: blue. Hex color #0476E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0476E7 is #FB8918. Grayscale: #606060. Windows color (decimal): -16484633 or 15169028. OLE color: 15169028.

HSL color Cylindrical-coordinate representation of color #0476E7: hue angle of 209.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0476E7 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4118231-
CMYK0.980.4900.09
HSL209.87º96.6%46.08%-
HSV(B)209.87º98.27%90.59%-
XYZ20.9518.7578.12-
YUV96.8203.7361.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 231 (90.62% from 255) = 65.44%
R=1.13%
G=33.43%
B=65.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41182310.980.4900.09209.8796.646.08
Hex476E7623109d2612e
Octal41663471426101132214156
Binary100111011011100111110001011000101001110100101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0476E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0476E7; }

 p { color: rgb(4,118,231); }

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

<style>
 a { background-color: #0476E7; }

 a { background-color: rgb(4,118,231); }

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

<style>
 span { border-color: #0476E7; }

 span { border-color: rgb(4,118,231); }

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