Html Css Color HEX #404859 Blue Zodiac

📋 copy color: '#404859'

red 64 ◦ green 72 ◦ blue 89

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

Shades of Blue Zodiac #404859

Tints of Blue Zodiac #404859

RGB

 RED value IS 64 (25.39% from 255) = 28.44%

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 28.44%
G = 32%
B = 39.56%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404859 (or 0x404859) is known color: Blue Zodiac. HEX triplet: 40, 48 and 59. RGB value is (64,72,89). Sum of RGB (Red+Green+Blue) = 64+72+89=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #404859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404859 is #BFB7A6. Grayscale: #474747. Windows color (decimal): -12564391 or 5851200. OLE color: 5851200.

HSL color Cylindrical-coordinate representation of color #404859: hue angle of 220.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #404859 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 72 89 -
CMYK 0.28 0.19 0 0.65
HSL 220.8º 0.16% 0.3% -
HSV(B) 220.8º 0.28% 0.35% -
XYZ 6.23 6.45 10.37 -
YUV 71.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 64 72 89 0.28 0.19 0 0.65 220.8 0.16 0.3
Hex 40 48 59 1C 13 0 41 DD 10 1E
Octal 100 110 131 34 23 0 101 335 20 36
Binary 1000000 1001000 1011001 11100 10011 0 1000001 11011101 10000 11110

Color Harmonies of #404859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404859

Black with #404859

Text Example


Text Example

White with #404859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404859; }

 p { color: rgb(64,72,89); }

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

background-color css

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

 a { background-color: rgb(64,72,89); }

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

border-color css

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

 span { border-color: rgb(64,72,89); }

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