Html Css Color HEX #404D60 Cello

📋 copy color: '#404D60'

red 64 ◦ green 77 ◦ blue 96

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

Shades of Cello #404D60

Tints of Cello #404D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 27%
G = 32.49%
B = 40.51%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404D60 (or 0x404D60) is known color: Cello. HEX triplet: 40, 4D and 60. RGB value is (64,77,96). Sum of RGB (Red+Green+Blue) = 64+77+96=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #404D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D60 is #BFB29F. Grayscale: #4B4B4B. Windows color (decimal): -12563104 or 6311232. OLE color: 6311232.

HSL color Cylindrical-coordinate representation of color #404D60: hue angle of 215.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404D60 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 77 96 -
CMYK 0.33 0.20 0 0.62
HSL 215.63º 0.2% 0.31% -
HSV(B) 215.63º 0.33% 0.38% -
XYZ 6.88 7.24 12.1 -
YUV 75.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 64 77 96 0.33 0.20 0 0.62 215.63 0.2 0.31
Hex 40 4D 60 21 14 0 3E D8 14 1F
Octal 100 115 140 41 24 0 76 330 24 37
Binary 1000000 1001101 1100000 100001 10100 0 111110 11011000 10100 11111

Color Harmonies of #404D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D60

Black with #404D60

Text Example


Text Example

White with #404D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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