Html Css Color HEX #485150 Dark Slate

📋 copy color: '#485150'

red 72 ◦ green 81 ◦ blue 80

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

Shades of Dark Slate #485150

Tints of Dark Slate #485150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 30.9%
G = 34.76%
B = 34.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#485150 (or 0x485150) is known color: Dark Slate. HEX triplet: 48, 51 and 50. RGB value is (72,81,80). Sum of RGB (Red+Green+Blue) = 72+81+80=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #485150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485150 is #B7AEAF. Grayscale: #4E4E4E. Windows color (decimal): -12037808 or 5263688. OLE color: 5263688.

HSL color Cylindrical-coordinate representation of color #485150: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485150 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 80 -
CMYK 0.11 0 0.01 0.68
HSL 173.33º 0.06% 0.3% -
HSV(B) 173.33º 0.11% 0.32% -
XYZ 7.06 7.84 8.73 -
YUV 78.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 72 81 80 0.11 0 0.01 0.68 173.33 0.06 0.3
Hex 48 51 50 B 0 1 44 AD 6 1E
Octal 110 121 120 13 0 1 104 255 6 36
Binary 1001000 1010001 1010000 1011 0 1 1000100 10101101 110 11110

Color Harmonies of #485150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485150

Black with #485150

Text Example


Text Example

White with #485150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485150; }

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

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

background-color css

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

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

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

border-color css

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

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

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