Html Css Color HEX #474F50 Mako

📋 copy color: '#474F50'

red 71 ◦ green 79 ◦ blue 80

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

Shades of Mako #474F50

Tints of Mako #474F50

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.35%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 30.87%
G = 34.35%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474F50 (or 0x474F50) is known color: Mako. HEX triplet: 47, 4F and 50. RGB value is (71,79,80). Sum of RGB (Red+Green+Blue) = 71+79+80=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #474F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F50 is #B8B0AF. Grayscale: #4C4C4C. Windows color (decimal): -12103856 or 5263175. OLE color: 5263175.

HSL color Cylindrical-coordinate representation of color #474F50: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474F50 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 80 -
CMYK 0.11 0.01 0 0.69
HSL 186.67º 0.06% 0.3% -
HSV(B) 186.67º 0.11% 0.31% -
XYZ 6.84 7.51 8.68 -
YUV 76.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 71 79 80 0.11 0.01 0 0.69 186.67 0.06 0.3
Hex 47 4F 50 B 1 0 45 BB 6 1E
Octal 107 117 120 13 1 0 105 273 6 36
Binary 1000111 1001111 1010000 1011 1 0 1000101 10111011 110 11110

Color Harmonies of #474F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F50

Black with #474F50

Text Example


Text Example

White with #474F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F50; }

 p { color: rgb(71,79,80); }

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

background-color css

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

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

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

border-color css

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

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

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