Html Css Color HEX #485758 Mako

📋 copy color: '#485758'

red 72 ◦ green 87 ◦ blue 88

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

Shades of Mako #485758

Tints of Mako #485758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.22%

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

R = 29.15%
G = 35.22%
B = 35.63%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485758 (or 0x485758) is known color: Mako. HEX triplet: 48, 57 and 58. RGB value is (72,87,88). Sum of RGB (Red+Green+Blue) = 72+87+88=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #485758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485758 is #B7A8A7. Grayscale: #525252. Windows color (decimal): -12036264 or 5789512. OLE color: 5789512.

HSL color Cylindrical-coordinate representation of color #485758: hue angle of 183.75º 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 #485758 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 87 88 -
CMYK 0.18 0.01 0 0.65
HSL 183.75º 0.1% 0.31% -
HSV(B) 183.75º 0.18% 0.35% -
XYZ 7.84 8.9 10.54 -
YUV 82.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 72 87 88 0.18 0.01 0 0.65 183.75 0.1 0.31
Hex 48 57 58 12 1 0 41 B8 A 1F
Octal 110 127 130 22 1 0 101 270 12 37
Binary 1001000 1010111 1011000 10010 1 0 1000001 10111000 1010 11111

Color Harmonies of #485758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485758

Black with #485758

Text Example


Text Example

White with #485758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485758; }

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

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

background-color css

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

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

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

border-color css

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

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

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