Html Css Color HEX #485354 Mako

📋 copy color: '#485354'

red 72 ◦ green 83 ◦ blue 84

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

Shades of Mako #485354

Tints of Mako #485354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 30.13%
G = 34.73%
B = 35.15%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#485354 (or 0x485354) is known color: Mako. HEX triplet: 48, 53 and 54. RGB value is (72,83,84). Sum of RGB (Red+Green+Blue) = 72+83+84=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: blue. Hex color #485354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485354 is #B7ACAB. Grayscale: #4F4F4F. Windows color (decimal): -12037292 or 5526344. OLE color: 5526344.

HSL color Cylindrical-coordinate representation of color #485354: hue angle of 185º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #485354 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 84 -
CMYK 0.14 0.01 0 0.67
HSL 185º 0.08% 0.31% -
HSV(B) 185º 0.14% 0.33% -
XYZ 7.37 8.2 9.58 -
YUV 79.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 72 83 84 0.14 0.01 0 0.67 185 0.08 0.31
Hex 48 53 54 E 1 0 43 B9 8 1F
Octal 110 123 124 16 1 0 103 271 10 37
Binary 1001000 1010011 1010100 1110 1 0 1000011 10111001 1000 11111

Color Harmonies of #485354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485354

Black with #485354

Text Example


Text Example

White with #485354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485354; }

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

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

background-color css

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

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

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

border-color css

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

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

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