Html Css Color HEX #42504E Dark Slate

📋 copy color: '#42504E'

red 66 ◦ green 80 ◦ blue 78

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

Shades of Dark Slate #42504E

Tints of Dark Slate #42504E

RGB

 RED value IS 66 (26.17% from 255) = 29.46%

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

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

R = 29.46%
G = 35.71%
B = 34.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#42504E (or 0x42504E) is known color: Dark Slate. HEX triplet: 42, 50 and 4E. RGB value is (66,80,78). Sum of RGB (Red+Green+Blue) = 66+80+78=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #42504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42504E is #BDAFB1. Grayscale: #4B4B4B. Windows color (decimal): -12431282 or 5132354. OLE color: 5132354.

HSL color Cylindrical-coordinate representation of color #42504E: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42504E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 78 -
CMYK 0.17 0 0.02 0.69
HSL 171.43º 0.1% 0.29% -
HSV(B) 171.43º 0.18% 0.31% -
XYZ 6.49 7.45 8.3 -
YUV 75.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 66 80 78 0.17 0 0.02 0.69 171.43 0.1 0.29
Hex 42 50 4E 11 0 2 45 AB A 1D
Octal 102 120 116 21 0 2 105 253 12 35
Binary 1000010 1010000 1001110 10001 0 10 1000101 10101011 1010 11101

Color Harmonies of #42504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42504E

Black with #42504E

Text Example


Text Example

White with #42504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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