Html Css Color HEX #475354 Mako

📋 copy color: '#475354'

red 71 ◦ green 83 ◦ blue 84

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

Shades of Mako #475354

Tints of Mako #475354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 84 (33.2% from 255) = 35.29%

R = 29.83%
G = 34.87%
B = 35.29%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475354 (or 0x475354) is known color: Mako. HEX triplet: 47, 53 and 54. RGB value is (71,83,84). Sum of RGB (Red+Green+Blue) = 71+83+84=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #475354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475354 is #B8ACAB. Grayscale: #4F4F4F. Windows color (decimal): -12102828 or 5526343. OLE color: 5526343.

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

Color convert

RGB 71 83 84 -
CMYK 0.15 0.01 0 0.67
HSL 184.62º 0.08% 0.3% -
HSV(B) 184.62º 0.15% 0.33% -
XYZ 7.29 8.17 9.58 -
YUV 79.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 71 83 84 0.15 0.01 0 0.67 184.62 0.08 0.3
Hex 47 53 54 F 1 0 43 B9 8 1E
Octal 107 123 124 17 1 0 103 271 10 36
Binary 1000111 1010011 1010100 1111 1 0 1000011 10111001 1000 11110

Color Harmonies of #475354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475354

Black with #475354

Text Example


Text Example

White with #475354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475354; }

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

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

background-color css

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

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

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

border-color css

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

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

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