#040778

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

Shades of Navy #040778

Tints of Navy #040778

Color information

#040778 (or 0x040778) is unknown color: approx Navy. HEX triplet: 04, 07 and 78. RGB value is (4,7,120). Sum of RGB (Red+Green+Blue) = 4+7+120=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 120 (47.27% from 255 or 91.60% from 131); Max value from RGB is 120 - color contains mainly: blue. Hex color #040778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040778 is #FBF887. Grayscale: #121212. Windows color (decimal): -16513160 or 7866116. OLE color: 7866116.

HSL color Cylindrical-coordinate representation of color #040778: hue angle of 238.45º degrees, saturation: 0.94, 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 #040778 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB47120-
CMYK0.970.9400.53
HSL238.45º93.55%24.31%-
HSV(B)238.45º96.67%47.06%-
XYZ3.521.5317.88-
YUV18.98185.01117.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 120 (47.27% from 255) = 91.60%
R=3.05%
G=5.34%
B=91.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal471200.970.9400.53238.4593.5524.31
Hex4778615E035ee5e18
Octal4717014113606535613630
Binary100111111100011000011011110011010111101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040778; }

 p { color: rgb(4,7,120); }

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

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

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

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

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

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

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