Html Css Color HEX #404C58 Cello

📋 copy color: '#404C58'

red 64 ◦ green 76 ◦ blue 88

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

Shades of Cello #404C58

Tints of Cello #404C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 28.07%
G = 33.33%
B = 38.6%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404C58 (or 0x404C58) is known color: Cello. HEX triplet: 40, 4C and 58. RGB value is (64,76,88). Sum of RGB (Red+Green+Blue) = 64+76+88=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #404C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C58 is #BFB3A7. Grayscale: #494949. Windows color (decimal): -12563368 or 5786688. OLE color: 5786688.

HSL color Cylindrical-coordinate representation of color #404C58: hue angle of 210º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404C58 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 76 88 -
CMYK 0.27 0.14 0 0.65
HSL 210º 0.16% 0.3% -
HSV(B) 210º 0.27% 0.35% -
XYZ 6.46 6.96 10.24 -
YUV 73.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 64 76 88 0.27 0.14 0 0.65 210 0.16 0.3
Hex 40 4C 58 1B E 0 41 D2 10 1E
Octal 100 114 130 33 16 0 101 322 20 36
Binary 1000000 1001100 1011000 11011 1110 0 1000001 11010010 10000 11110

Color Harmonies of #404C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C58

Black with #404C58

Text Example


Text Example

White with #404C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,88); }

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

background-color css

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

 a { background-color: rgb(64,76,88); }

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

border-color css

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

 span { border-color: rgb(64,76,88); }

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