#40574F

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

Shades of Spectra #40574F

Tints of Spectra #40574F

Color information

#40574F (or 0x40574F) is unknown color: approx Spectra. HEX triplet: 40, 57 and 4F. RGB value is (64,87,79). Sum of RGB (Red+Green+Blue) = 64+87+79=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #40574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40574F is #BFA8B0. Grayscale: #4F4F4F. Windows color (decimal): -12560561 or 5199680. OLE color: 5199680.

HSL color Cylindrical-coordinate representation of color #40574F: hue angle of 159.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40574F is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB648779-
CMYK0.2600.090.66
HSL159.13º15.23%29.61%-
HSV(B)159.13º26.44%34.12%-
XYZ6.938.478.67-
YUV79.21127.88117.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=27.83%
G=37.83%
B=34.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487790.2600.090.66159.1315.2329.61
Hex40574F1A09429ff1e
Octal100127117320111022371736
Binary1000000101011110011111101001001100001010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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