Html Css Color HEX #404D57 Cello

📋 copy color: '#404D57'

red 64 ◦ green 77 ◦ blue 87

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

Shades of Cello #404D57

Tints of Cello #404D57

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 28.07%
G = 33.77%
B = 38.16%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404D57 (or 0x404D57) is known color: Cello. HEX triplet: 40, 4D and 57. RGB value is (64,77,87). Sum of RGB (Red+Green+Blue) = 64+77+87=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #404D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D57 is #BFB2A8. Grayscale: #4A4A4A. Windows color (decimal): -12563113 or 5721408. OLE color: 5721408.

HSL color Cylindrical-coordinate representation of color #404D57: hue angle of 206.09º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404D57 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 77 87 -
CMYK 0.26 0.11 0 0.66
HSL 206.09º 0.15% 0.3% -
HSV(B) 206.09º 0.26% 0.34% -
XYZ 6.49 7.09 10.04 -
YUV 74.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 64 77 87 0.26 0.11 0 0.66 206.09 0.15 0.3
Hex 40 4D 57 1A B 0 42 CE F 1E
Octal 100 115 127 32 13 0 102 316 17 36
Binary 1000000 1001101 1010111 11010 1011 0 1000010 11001110 1111 11110

Color Harmonies of #404D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D57

Black with #404D57

Text Example


Text Example

White with #404D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,87); }

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

background-color css

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

 a { background-color: rgb(64,77,87); }

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

border-color css

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

 span { border-color: rgb(64,77,87); }

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