Html Css Color HEX #404C5A Cello

📋 copy color: '#404C5A'

red 64 ◦ green 76 ◦ blue 90

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

Shades of Cello #404C5A

Tints of Cello #404C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 27.83%
G = 33.04%
B = 39.13%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404C5A (or 0x404C5A) is known color: Cello. HEX triplet: 40, 4C and 5A. RGB value is (64,76,90). Sum of RGB (Red+Green+Blue) = 64+76+90=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #404C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C5A is #BFB3A5. Grayscale: #494949. Windows color (decimal): -12563366 or 5917760. OLE color: 5917760.

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

Color convert

RGB 64 76 90 -
CMYK 0.29 0.16 0 0.65
HSL 212.31º 0.17% 0.3% -
HSV(B) 212.31º 0.29% 0.35% -
XYZ 6.54 7 10.68 -
YUV 74.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 64 76 90 0.29 0.16 0 0.65 212.31 0.17 0.3
Hex 40 4C 5A 1D 10 0 41 D4 11 1E
Octal 100 114 132 35 20 0 101 324 21 36
Binary 1000000 1001100 1011010 11101 10000 0 1000001 11010100 10001 11110

Color Harmonies of #404C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C5A

Black with #404C5A

Text Example


Text Example

White with #404C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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