Html Css Color HEX #40504E Dark Slate

📋 copy color: '#40504E'

red 64 ◦ green 80 ◦ blue 78

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

Shades of Dark Slate #40504E

Tints of Dark Slate #40504E

RGB

 RED value IS 64 (25.39% from 255) = 28.83%

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 28.83%
G = 36.04%
B = 35.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#40504E (or 0x40504E) is known color: Dark Slate. HEX triplet: 40, 50 and 4E. RGB value is (64,80,78). Sum of RGB (Red+Green+Blue) = 64+80+78=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #40504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40504E is #BFAFB1. Grayscale: #4A4A4A. Windows color (decimal): -12562354 or 5132352. OLE color: 5132352.

HSL color Cylindrical-coordinate representation of color #40504E: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40504E is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 78 -
CMYK 0.20 0 0.02 0.69
HSL 172.5º 0.11% 0.28% -
HSV(B) 172.5º 0.2% 0.31% -
XYZ 6.36 7.38 8.3 -
YUV 74.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 64 80 78 0.20 0 0.02 0.69 172.5 0.11 0.28
Hex 40 50 4E 14 0 2 45 AC B 1C
Octal 100 120 116 24 0 2 105 254 13 34
Binary 1000000 1010000 1001110 10100 0 10 1000101 10101100 1011 11100

Color Harmonies of #40504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40504E

Black with #40504E

Text Example


Text Example

White with #40504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40504E; }

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

 H1.HeaderClassName
 {
   color: #40504E;
 }
 .AnyTagClassName
 {
   color: #40504E;
 }
</style>

background-color css

<style>
 a { background-color: #40504E; }

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

 div.DivClassName
 {
   background-color: #40504E;
 }
 .BgClassName
 {
   background-color: #40504E;
 }
</style>

border-color css

<style>
 span { border-color: #40504E; }

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

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