#040468

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

Shades of Navy #040468

Tints of Navy #040468

Color information

#040468 (or 0x040468) is unknown color: approx Navy. HEX triplet: 04, 04 and 68. RGB value is (4,4,104). Sum of RGB (Red+Green+Blue) = 4+4+104=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #040468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040468 is #FBFB97. Grayscale: #0F0F0F. Windows color (decimal): -16513944 or 6816772. OLE color: 6816772.

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

Color convert

RGB44104-
CMYK0.960.9600.59
HSL240º92.59%21.18%-
HSV(B)240º96.15%40.78%-
XYZ2.591.1113.17-
YUV15.4178119.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 104 (41.02% from 255) = 92.86%
R=3.57%
G=3.57%
B=92.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal441040.960.9600.5924092.5921.18
Hex4468606003Bf05d15
Octal4415014014007336013525
Binary100100110100011000001100000011101111110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040468; }

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

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

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

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

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

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

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

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