Html Css Color HEX #040662 Navy

📋 copy color: '#040662'

red 4 ◦ green 6 ◦ blue 98

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

Shades of Navy #040662

Tints of Navy #040662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

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

R = 3.7%
G = 5.56%
B = 90.74%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040662 (or 0x040662) is known color: 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

RGB 4 6 98 -
CMYK 0.96 0.94 0 0.62
HSL 238.72º 0.92% 0.2% -
HSV(B) 238.72º 0.96% 0.38% -
XYZ 2.32 1.04 11.63 -
YUV 15.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 4 6 98 0.96 0.94 0 0.62 238.72 0.92 0.2
Hex 4 6 62 60 5E 0 3E EF 5C 14
Octal 4 6 142 140 136 0 76 357 134 24
Binary 100 110 1100010 1100000 1011110 0 111110 11101111 1011100 10100

Color Harmonies of #040662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040662

Black with #040662

Text Example


Text Example

White with #040662

Text Example


Text Example

HTML Codes & Css Web 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>