Html Css Color HEX #485858 Mako

📋 copy color: '#485858'

red 72 ◦ green 88 ◦ blue 88

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

Shades of Mako #485858

Tints of Mako #485858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 29.03%
G = 35.48%
B = 35.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485858 (or 0x485858) is known color: Mako. HEX triplet: 48, 58 and 58. RGB value is (72,88,88). Sum of RGB (Red+Green+Blue) = 72+88+88=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #485858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485858 is #B7A7A7. Grayscale: #535353. Windows color (decimal): -12036008 or 5789768. OLE color: 5789768.

HSL color Cylindrical-coordinate representation of color #485858: hue angle of 180º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485858 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 88 -
CMYK 0.18 0 0 0.65
HSL 180º 0.1% 0.31% -
HSV(B) 180º 0.18% 0.35% -
XYZ 7.92 9.06 10.56 -
YUV 83.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 72 88 88 0.18 0 0 0.65 180 0.1 0.31
Hex 48 58 58 12 0 0 41 B4 A 1F
Octal 110 130 130 22 0 0 101 264 12 37
Binary 1001000 1011000 1011000 10010 0 0 1000001 10110100 1010 11111

Color Harmonies of #485858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485858

Black with #485858

Text Example


Text Example

White with #485858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485858; }

 p { color: rgb(72,88,88); }

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

background-color css

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

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

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

border-color css

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

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

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