#404F5C

Color #404F5C Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #404F5C

Tints of Cello #404F5C

Color information

#404F5C (or 0x404F5C) is unknown color: approx Cello. HEX triplet: 40, 4F and 5C. RGB value is (64,79,92). Sum of RGB (Red+Green+Blue) = 64+79+92=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #404F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F5C is #BFB0A3. Grayscale: #4B4B4B. Windows color (decimal): -12562596 or 6049600. OLE color: 6049600.

HSL color Cylindrical-coordinate representation of color #404F5C: hue angle of 207.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404F5C is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647992-
CMYK0.300.1400.64
HSL207.86º17.95%30.59%-
HSV(B)207.86º30.43%36.08%-
XYZ6.847.4511.2-
YUV76137.03119.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=27.23%
G=33.62%
B=39.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6479920.300.1400.64207.8617.9530.59
Hex404F5C1EE040d0121f
Octal100117134361601003202237
Binary10000001001111101110011110111001000000110100001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,92); }

 H1.HeaderClassName
 {
   color: #404F5C;
 }
 .AnyTagClassName
 {
   color: #404F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(64,79,92); }

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

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

 span { border-color: rgb(64,79,92); }

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