Html Css Color HEX #49576C East Bay

📋 copy color: '#49576C'

red 73 ◦ green 87 ◦ blue 108

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

Shades of East Bay #49576C

Tints of East Bay #49576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 27.24%
G = 32.46%
B = 40.3%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49576C (or 0x49576C) is known color: East Bay. HEX triplet: 49, 57 and 6C. RGB value is (73,87,108). Sum of RGB (Red+Green+Blue) = 73+87+108=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #49576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49576C is #B6A893. Grayscale: #555555. Windows color (decimal): -11970708 or 7100233. OLE color: 7100233.

HSL color Cylindrical-coordinate representation of color #49576C: hue angle of 216º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49576C is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 87 108 -
CMYK 0.32 0.19 0 0.58
HSL 216º 0.19% 0.35% -
HSV(B) 216º 0.32% 0.42% -
XYZ 8.86 9.32 15.52 -
YUV 85.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 73 87 108 0.32 0.19 0 0.58 216 0.19 0.35
Hex 49 57 6C 20 13 0 3A D8 13 23
Octal 111 127 154 40 23 0 72 330 23 43
Binary 1001001 1010111 1101100 100000 10011 0 111010 11011000 10011 100011

Color Harmonies of #49576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49576C

Black with #49576C

Text Example


Text Example

White with #49576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49576C; }

 p { color: rgb(73,87,108); }

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

background-color css

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

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

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

border-color css

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

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

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