#040477

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

Shades of Navy #040477

Tints of Navy #040477

Color information

#040477 (or 0x040477) is unknown color: approx Navy. HEX triplet: 04, 04 and 77. RGB value is (4,4,119). Sum of RGB (Red+Green+Blue) = 4+4+119=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 119 (46.88% from 255 or 93.70% from 127); Max value from RGB is 119 - color contains mainly: blue. Hex color #040477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040477 is #FBFB88. Grayscale: #101010. Windows color (decimal): -16513929 or 7799812. OLE color: 7799812.

HSL color Cylindrical-coordinate representation of color #040477: hue angle of 240º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040477 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB44119-
CMYK0.970.9700.53
HSL240º93.5%24.12%-
HSV(B)240º96.64%46.67%-
XYZ3.421.4417.55-
YUV17.11185.5118.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 119 (46.88% from 255) = 93.70%
R=3.15%
G=3.15%
B=93.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441190.970.9700.5324093.524.12
Hex44776161035f05d18
Octal4416714114106536013530
Binary100100111011111000011100001011010111110000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040477; }

 p { color: rgb(4,4,119); }

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

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

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

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

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

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

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