Html Css Color HEX #040468 Navy

📋 copy color: '#040468'

red 4 ◦ green 4 ◦ blue 104

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

Shades of Navy #040468

Tints of Navy #040468

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 value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 4 4 104 -
CMYK 0.96 0.96 0 0.59
HSL 240º 0.93% 0.21% -
HSV(B) 240º 0.96% 0.41% -
XYZ 2.59 1.11 13.17 -
YUV 15.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 4 4 104 0.96 0.96 0 0.59 240 0.93 0.21
Hex 4 4 68 60 60 0 3B F0 5D 15
Octal 4 4 150 140 140 0 73 360 135 25
Binary 100 100 1101000 1100000 1100000 0 111011 11110000 1011101 10101

Color Harmonies of #040468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040468

Black with #040468

Text Example


Text Example

White with #040468

Text Example


Text Example

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