Html Css Color HEX #040462 Navy

📋 copy color: '#040462'

red 4 ◦ green 4 ◦ blue 98

#040462
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #040462

Tints of Navy #040462

RGB

 RED value IS 4 (1.95% from 255) = 3.77%

 GREEN value IS 4 (1.95% from 255) = 3.77%

 BLUE value IS 98 (38.67% from 255) = 92.45%

R = 3.77%
G = 3.77%
B = 92.45%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040462 (or 0x040462) is known color: Navy. HEX triplet: 04, 04 and 62. RGB value is (4,4,98). Sum of RGB (Red+Green+Blue) = 4+4+98=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #040462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040462 is #FBFB9D. Grayscale: #0E0E0E. Windows color (decimal): -16513950 or 6423556. OLE color: 6423556.

HSL color Cylindrical-coordinate representation of color #040462: hue angle of 240º 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 #040462 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 4 98 -
CMYK 0.96 0.96 0 0.62
HSL 240º 0.92% 0.2% -
HSV(B) 240º 0.96% 0.38% -
XYZ 2.3 0.99 11.63 -
YUV 14.72 175 120.36 -
System Red Green Blue C M Y K H S L
Decimal 4 4 98 0.96 0.96 0 0.62 240 0.92 0.2
Hex 4 4 62 60 60 0 3E F0 5C 14
Octal 4 4 142 140 140 0 76 360 134 24
Binary 100 100 1100010 1100000 1100000 0 111110 11110000 1011100 10100

Color Harmonies of #040462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040462

Black with #040462

Text Example


Text Example

White with #040462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040462; }

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

 H1.HeaderClassName
 {
   color: #040462;
 }
 .AnyTagClassName
 {
   color: #040462;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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