Html Css Color HEX #465452 Dark Slate

📋 copy color: '#465452'

red 70 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #465452

Tints of Dark Slate #465452

RGB

 RED value IS 70 (27.73% from 255) = 29.66%

 GREEN value IS 84 (33.2% from 255) = 35.59%

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 29.66%
G = 35.59%
B = 34.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#465452 (or 0x465452) is known color: Dark Slate. HEX triplet: 46, 54 and 52. RGB value is (70,84,82). Sum of RGB (Red+Green+Blue) = 70+84+82=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #465452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465452 is #B9ABAD. Grayscale: #4F4F4F. Windows color (decimal): -12168110 or 5395526. OLE color: 5395526.

HSL color Cylindrical-coordinate representation of color #465452: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #465452 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 82 -
CMYK 0.17 0 0.02 0.67
HSL 171.43º 0.09% 0.3% -
HSV(B) 171.43º 0.17% 0.33% -
XYZ 7.22 8.25 9.19 -
YUV 79.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 70 84 82 0.17 0 0.02 0.67 171.43 0.09 0.3
Hex 46 54 52 11 0 2 43 AB 9 1E
Octal 106 124 122 21 0 2 103 253 11 36
Binary 1000110 1010100 1010010 10001 0 10 1000011 10101011 1001 11110

Color Harmonies of #465452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465452

Black with #465452

Text Example


Text Example

White with #465452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465452; }

 p { color: rgb(70,84,82); }

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

background-color css

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

 a { background-color: rgb(70,84,82); }

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

border-color css

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

 span { border-color: rgb(70,84,82); }

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