Html Css Color HEX #475859 Mako

📋 copy color: '#475859'

red 71 ◦ green 88 ◦ blue 89

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

Shades of Mako #475859

Tints of Mako #475859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.89%

R = 28.63%
G = 35.48%
B = 35.89%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#475859 (or 0x475859) is known color: Mako. HEX triplet: 47, 58 and 59. RGB value is (71,88,89). Sum of RGB (Red+Green+Blue) = 71+88+89=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #475859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475859 is #B8A7A6. Grayscale: #535353. Windows color (decimal): -12101543 or 5855303. OLE color: 5855303.

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

Color convert

RGB 71 88 89 -
CMYK 0.20 0.01 0 0.65
HSL 183.33º 0.11% 0.31% -
HSV(B) 183.33º 0.2% 0.35% -
XYZ 7.89 9.04 10.78 -
YUV 83.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 71 88 89 0.20 0.01 0 0.65 183.33 0.11 0.31
Hex 47 58 59 14 1 0 41 B7 B 1F
Octal 107 130 131 24 1 0 101 267 13 37
Binary 1000111 1011000 1011001 10100 1 0 1000001 10110111 1011 11111

Color Harmonies of #475859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475859

Black with #475859

Text Example


Text Example

White with #475859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475859; }

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

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

background-color css

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

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

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

border-color css

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

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

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