Html Css Color HEX #42504F Dark Slate

📋 copy color: '#42504F'

red 66 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate #42504F

Tints of Dark Slate #42504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 29.33%
G = 35.56%
B = 35.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#42504F (or 0x42504F) is known color: Dark Slate. HEX triplet: 42, 50 and 4F. RGB value is (66,80,79). Sum of RGB (Red+Green+Blue) = 66+80+79=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #42504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42504F is #BDAFB0. Grayscale: #4B4B4B. Windows color (decimal): -12431281 or 5197890. OLE color: 5197890.

HSL color Cylindrical-coordinate representation of color #42504F: hue angle of 175.71º 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 #42504F is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 79 -
CMYK 0.17 0 0.01 0.69
HSL 175.71º 0.1% 0.29% -
HSV(B) 175.71º 0.18% 0.31% -
XYZ 6.53 7.46 8.49 -
YUV 75.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 66 80 79 0.17 0 0.01 0.69 175.71 0.1 0.29
Hex 42 50 4F 11 0 1 45 B0 A 1D
Octal 102 120 117 21 0 1 105 260 12 35
Binary 1000010 1010000 1001111 10001 0 1 1000101 10110000 1010 11101

Color Harmonies of #42504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42504F

Black with #42504F

Text Example


Text Example

White with #42504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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