Html Css Color HEX #475858 Mako

📋 copy color: '#475858'

red 71 ◦ green 88 ◦ blue 88

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

Shades of Mako #475858

Tints of Mako #475858

RGB

 RED value IS 71 (28.13% from 255) = 28.74%

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

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

R = 28.74%
G = 35.63%
B = 35.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#475858 (or 0x475858) is known color: Mako. HEX triplet: 47, 58 and 58. RGB value is (71,88,88). Sum of RGB (Red+Green+Blue) = 71+88+88=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #475858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475858 is #B8A7A7. Grayscale: #525252. Windows color (decimal): -12101544 or 5789767. OLE color: 5789767.

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

Color convert

RGB 71 88 88 -
CMYK 0.19 0 0 0.65
HSL 180º 0.11% 0.31% -
HSV(B) 180º 0.19% 0.35% -
XYZ 7.85 9.02 10.56 -
YUV 82.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 71 88 88 0.19 0 0 0.65 180 0.11 0.31
Hex 47 58 58 13 0 0 41 B4 B 1F
Octal 107 130 130 23 0 0 101 264 13 37
Binary 1000111 1011000 1011000 10011 0 0 1000001 10110100 1011 11111

Color Harmonies of #475858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475858

Black with #475858

Text Example


Text Example

White with #475858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475858; }

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

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

background-color css

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

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

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

border-color css

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

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

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