Html Css Color HEX #475556 Mako

📋 copy color: '#475556'

red 71 ◦ green 85 ◦ blue 86

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

Shades of Mako #475556

Tints of Mako #475556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 29.34%
G = 35.12%
B = 35.54%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#475556 (or 0x475556) is known color: Mako. HEX triplet: 47, 55 and 56. RGB value is (71,85,86). Sum of RGB (Red+Green+Blue) = 71+85+86=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #475556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475556 is #B8AAA9. Grayscale: #505050. Windows color (decimal): -12102314 or 5657927. OLE color: 5657927.

HSL color Cylindrical-coordinate representation of color #475556: hue angle of 184º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475556 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 85 86 -
CMYK 0.17 0.01 0 0.66
HSL 184º 0.1% 0.31% -
HSV(B) 184º 0.17% 0.34% -
XYZ 7.53 8.51 10.05 -
YUV 80.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 71 85 86 0.17 0.01 0 0.66 184 0.1 0.31
Hex 47 55 56 11 1 0 42 B8 A 1F
Octal 107 125 126 21 1 0 102 270 12 37
Binary 1000111 1010101 1010110 10001 1 0 1000010 10111000 1010 11111

Color Harmonies of #475556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475556

Black with #475556

Text Example


Text Example

White with #475556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475556; }

 p { color: rgb(71,85,86); }

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

background-color css

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

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

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

border-color css

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

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

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