Html Css Color HEX #4A5354 Mako

📋 copy color: '#4A5354'

red 74 ◦ green 83 ◦ blue 84

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

Shades of Mako #4A5354

Tints of Mako #4A5354

RGB

 RED value IS 74 (29.3% from 255) = 30.71%

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

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

R = 30.71%
G = 34.44%
B = 34.85%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A5354 (or 0x4A5354) is known color: Mako. HEX triplet: 4A, 53 and 54. RGB value is (74,83,84). Sum of RGB (Red+Green+Blue) = 74+83+84=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A5354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5354 is #B5ACAB. Grayscale: #505050. Windows color (decimal): -11906220 or 5526346. OLE color: 5526346.

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

Color convert

RGB 74 83 84 -
CMYK 0.12 0.01 0 0.67
HSL 186º 0.06% 0.31% -
HSV(B) 186º 0.12% 0.33% -
XYZ 7.52 8.28 9.59 -
YUV 80.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 74 83 84 0.12 0.01 0 0.67 186 0.06 0.31
Hex 4A 53 54 C 1 0 43 BA 6 1F
Octal 112 123 124 14 1 0 103 272 6 37
Binary 1001010 1010011 1010100 1100 1 0 1000011 10111010 110 11111

Color Harmonies of #4A5354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5354

Black with #4A5354

Text Example


Text Example

White with #4A5354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5354; }

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

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

background-color css

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

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

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

border-color css

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

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

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