#40505B

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

Shades of Cello #40505B

Tints of Cello #40505B

Color information

#40505B (or 0x40505B) is unknown color: approx Cello. HEX triplet: 40, 50 and 5B. RGB value is (64,80,91). Sum of RGB (Red+Green+Blue) = 64+80+91=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #40505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505B is #BFAFA4. Grayscale: #4C4C4C. Windows color (decimal): -12562341 or 5984320. OLE color: 5984320.

HSL color Cylindrical-coordinate representation of color #40505B: hue angle of 204.44º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40505B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648091-
CMYK0.300.1200.64
HSL204.44º17.42%30.39%-
HSV(B)204.44º29.67%35.69%-
XYZ6.877.5811-
YUV76.47136.2119.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=27.23%
G=34.04%
B=38.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6480910.300.1200.64204.4417.4230.39
Hex40505B1EC040cc111e
Octal100120133361401003142136
Binary10000001010000101101111110110001000000110011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40505B; }

 p { color: rgb(64,80,91); }

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

<style>
 a { background-color: #40505B; }

 a { background-color: rgb(64,80,91); }

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

<style>
 span { border-color: #40505B; }

 span { border-color: rgb(64,80,91); }

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