Html Css Color HEX #475455 Mako

📋 copy color: '#475455'

red 71 ◦ green 84 ◦ blue 85

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

Shades of Mako #475455

Tints of Mako #475455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 29.58%
G = 35%
B = 35.42%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475455 (or 0x475455) is known color: Mako. HEX triplet: 47, 54 and 55. RGB value is (71,84,85). Sum of RGB (Red+Green+Blue) = 71+84+85=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #475455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475455 is #B8ABAA. Grayscale: #505050. Windows color (decimal): -12102571 or 5592135. OLE color: 5592135.

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

Color convert

RGB 71 84 85 -
CMYK 0.16 0.01 0 0.67
HSL 184.29º 0.09% 0.31% -
HSV(B) 184.29º 0.16% 0.33% -
XYZ 7.41 8.34 9.81 -
YUV 80.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 71 84 85 0.16 0.01 0 0.67 184.29 0.09 0.31
Hex 47 54 55 10 1 0 43 B8 9 1F
Octal 107 124 125 20 1 0 103 270 11 37
Binary 1000111 1010100 1010101 10000 1 0 1000011 10111000 1001 11111

Color Harmonies of #475455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475455

Black with #475455

Text Example


Text Example

White with #475455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475455; }

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

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

background-color css

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

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

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

border-color css

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

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

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