Html Css Color HEX #404E59 Cello

📋 copy color: '#404E59'

red 64 ◦ green 78 ◦ blue 89

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

Shades of Cello #404E59

Tints of Cello #404E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.77%

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

R = 27.71%
G = 33.77%
B = 38.53%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404E59 (or 0x404E59) is known color: Cello. HEX triplet: 40, 4E and 59. RGB value is (64,78,89). Sum of RGB (Red+Green+Blue) = 64+78+89=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #404E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E59 is #BFB1A6. Grayscale: #4B4B4B. Windows color (decimal): -12562855 or 5852736. OLE color: 5852736.

HSL color Cylindrical-coordinate representation of color #404E59: hue angle of 206.4º 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 #404E59 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 78 89 -
CMYK 0.28 0.12 0 0.65
HSL 206.4º 0.16% 0.3% -
HSV(B) 206.4º 0.28% 0.35% -
XYZ 6.64 7.26 10.5 -
YUV 75.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 64 78 89 0.28 0.12 0 0.65 206.4 0.16 0.3
Hex 40 4E 59 1C C 0 41 CE 10 1E
Octal 100 116 131 34 14 0 101 316 20 36
Binary 1000000 1001110 1011001 11100 1100 0 1000001 11001110 10000 11110

Color Harmonies of #404E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E59

Black with #404E59

Text Example


Text Example

White with #404E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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