Html Css Color HEX #40574F Spectra

📋 copy color: '#40574F'

red 64 ◦ green 87 ◦ blue 79

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

Shades of Spectra #40574F

Tints of Spectra #40574F

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 value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#40574F (or 0x40574F) is known color: 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

RGB 64 87 79 -
CMYK 0.26 0 0.09 0.66
HSL 159.13º 0.15% 0.3% -
HSV(B) 159.13º 0.26% 0.34% -
XYZ 6.93 8.47 8.67 -
YUV 79.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 64 87 79 0.26 0 0.09 0.66 159.13 0.15 0.3
Hex 40 57 4F 1A 0 9 42 9F F 1E
Octal 100 127 117 32 0 11 102 237 17 36
Binary 1000000 1010111 1001111 11010 0 1001 1000010 10011111 1111 11110

Color Harmonies of #40574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40574F

Black with #40574F

Text Example


Text Example

White with #40574F

Text Example


Text Example

HTML Codes & Css Web 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>