Html Css Color HEX #485351 Dark Slate

📋 copy color: '#485351'

red 72 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate #485351

Tints of Dark Slate #485351

RGB

 RED value IS 72 (28.52% from 255) = 30.51%

 GREEN value IS 83 (32.81% from 255) = 35.17%

 BLUE value IS 81 (32.03% from 255) = 34.32%

R = 30.51%
G = 35.17%
B = 34.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#485351 (or 0x485351) is known color: Dark Slate. HEX triplet: 48, 53 and 51. RGB value is (72,83,81). Sum of RGB (Red+Green+Blue) = 72+83+81=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #485351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485351 is #B7ACAE. Grayscale: #4F4F4F. Windows color (decimal): -12037295 or 5329736. OLE color: 5329736.

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

Color convert

RGB 72 83 81 -
CMYK 0.13 0 0.02 0.67
HSL 169.09º 0.07% 0.3% -
HSV(B) 169.09º 0.13% 0.33% -
XYZ 7.25 8.16 8.98 -
YUV 79.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 72 83 81 0.13 0 0.02 0.67 169.09 0.07 0.3
Hex 48 53 51 D 0 2 43 A9 7 1E
Octal 110 123 121 15 0 2 103 251 7 36
Binary 1001000 1010011 1010001 1101 0 10 1000011 10101001 111 11110

Color Harmonies of #485351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485351

Black with #485351

Text Example


Text Example

White with #485351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485351; }

 p { color: rgb(72,83,81); }

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

background-color css

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

 a { background-color: rgb(72,83,81); }

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

border-color css

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

 span { border-color: rgb(72,83,81); }

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