#40505F

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

Shades of Cello #40505F

Tints of Cello #40505F

Color information

#40505F (or 0x40505F) is unknown color: approx Cello. HEX triplet: 40, 50 and 5F. RGB value is (64,80,95). Sum of RGB (Red+Green+Blue) = 64+80+95=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #40505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505F is #BFAFA0. Grayscale: #4C4C4C. Windows color (decimal): -12562337 or 6246464. OLE color: 6246464.

HSL color Cylindrical-coordinate representation of color #40505F: hue angle of 209.03º 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 #40505F is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB648095-
CMYK0.330.1600.63
HSL209.03º19.5%31.18%-
HSV(B)209.03º32.63%37.25%-
XYZ7.057.6511.93-
YUV76.93138.2118.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=26.78%
G=33.47%
B=39.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6480950.330.1600.63209.0319.531.18
Hex40505F211003Fd1131f
Octal10012013741200773212337
Binary100000010100001011111100001100000111111110100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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