Html Css Color HEX #404D5F Cello

📋 copy color: '#404D5F'

red 64 ◦ green 77 ◦ blue 95

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

Shades of Cello #404D5F

Tints of Cello #404D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 27.12%
G = 32.63%
B = 40.25%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#404D5F (or 0x404D5F) is known color: Cello. HEX triplet: 40, 4D and 5F. RGB value is (64,77,95). Sum of RGB (Red+Green+Blue) = 64+77+95=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #404D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D5F is #BFB2A0. Grayscale: #4B4B4B. Windows color (decimal): -12563105 or 6245696. OLE color: 6245696.

HSL color Cylindrical-coordinate representation of color #404D5F: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404D5F is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 77 95 -
CMYK 0.33 0.19 0 0.63
HSL 214.84º 0.19% 0.31% -
HSV(B) 214.84º 0.33% 0.37% -
XYZ 6.83 7.22 11.86 -
YUV 75.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 64 77 95 0.33 0.19 0 0.63 214.84 0.19 0.31
Hex 40 4D 5F 21 13 0 3F D7 13 1F
Octal 100 115 137 41 23 0 77 327 23 37
Binary 1000000 1001101 1011111 100001 10011 0 111111 11010111 10011 11111

Color Harmonies of #404D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D5F

Black with #404D5F

Text Example


Text Example

White with #404D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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