Html Css Color HEX #495C5C Mako

📋 copy color: '#495C5C'

red 73 ◦ green 92 ◦ blue 92

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

Shades of Mako #495C5C

Tints of Mako #495C5C

RGB

 RED value IS 73 (28.91% from 255) = 28.4%

 GREEN value IS 92 (36.33% from 255) = 35.8%

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 28.4%
G = 35.8%
B = 35.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#495C5C (or 0x495C5C) is known color: Mako. HEX triplet: 49, 5C and 5C. RGB value is (73,92,92). Sum of RGB (Red+Green+Blue) = 73+92+92=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #495C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C5C is #B6A3A3. Grayscale: #565656. Windows color (decimal): -11969444 or 6052937. OLE color: 6052937.

HSL color Cylindrical-coordinate representation of color #495C5C: hue angle of 180º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C5C is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 92 -
CMYK 0.21 0 0 0.64
HSL 180º 0.12% 0.32% -
HSV(B) 180º 0.21% 0.36% -
XYZ 8.51 9.84 11.58 -
YUV 86.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 73 92 92 0.21 0 0 0.64 180 0.12 0.32
Hex 49 5C 5C 15 0 0 40 B4 C 20
Octal 111 134 134 25 0 0 100 264 14 40
Binary 1001001 1011100 1011100 10101 0 0 1000000 10110100 1100 100000

Color Harmonies of #495C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C5C

Black with #495C5C

Text Example


Text Example

White with #495C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C5C; }

 p { color: rgb(73,92,92); }

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

background-color css

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

 a { background-color: rgb(73,92,92); }

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

border-color css

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

 span { border-color: rgb(73,92,92); }

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