Html Css Color HEX #404F59 Cello

📋 copy color: '#404F59'

red 64 ◦ green 79 ◦ blue 89

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

Shades of Cello #404F59

Tints of Cello #404F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.05%

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

R = 27.59%
G = 34.05%
B = 38.36%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404F59 (or 0x404F59) is known color: Cello. HEX triplet: 40, 4F and 59. RGB value is (64,79,89). Sum of RGB (Red+Green+Blue) = 64+79+89=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #404F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F59 is #BFB0A6. Grayscale: #4B4B4B. Windows color (decimal): -12562599 or 5852992. OLE color: 5852992.

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

Color convert

RGB 64 79 89 -
CMYK 0.28 0.11 0 0.65
HSL 204º 0.16% 0.3% -
HSV(B) 204º 0.28% 0.35% -
XYZ 6.71 7.4 10.53 -
YUV 75.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 64 79 89 0.28 0.11 0 0.65 204 0.16 0.3
Hex 40 4F 59 1C B 0 41 CC 10 1E
Octal 100 117 131 34 13 0 101 314 20 36
Binary 1000000 1001111 1011001 11100 1011 0 1000001 11001100 10000 11110

Color Harmonies of #404F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F59

Black with #404F59

Text Example


Text Example

White with #404F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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