#040662

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

Shades of Navy #040662

Tints of Navy #040662

Color information

#040662 (or 0x040662) is unknown color: approx Navy. HEX triplet: 04, 06 and 62. RGB value is (4,6,98). Sum of RGB (Red+Green+Blue) = 4+6+98=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 98 (38.67% from 255 or 90.74% from 108); Max value from RGB is 98 - color contains mainly: blue. Hex color #040662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040662 is #FBF99D. Grayscale: #0F0F0F. Windows color (decimal): -16513438 or 6424068. OLE color: 6424068.

HSL color Cylindrical-coordinate representation of color #040662: hue angle of 238.72º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040662 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB4698-
CMYK0.960.9400.62
HSL238.72º92.16%20%-
HSV(B)238.72º95.92%38.43%-
XYZ2.321.0411.63-
YUV15.89174.34119.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 98 (38.67% from 255) = 90.74%
R=3.70%
G=5.56%
B=90.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal46980.960.9400.62238.7292.1620
Hex4662605E03Eef5c14
Octal4614214013607635713424
Binary100110110001011000001011110011111011101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040662; }

 p { color: rgb(4,6,98); }

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

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

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

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

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

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

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