Html Css Color HEX #49556C East Bay

📋 copy color: '#49556C'

red 73 ◦ green 85 ◦ blue 108

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

Shades of East Bay #49556C

Tints of East Bay #49556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 27.44%
G = 31.95%
B = 40.6%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49556C (or 0x49556C) is known color: East Bay. HEX triplet: 49, 55 and 6C. RGB value is (73,85,108). Sum of RGB (Red+Green+Blue) = 73+85+108=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #49556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556C is #B6AA93. Grayscale: #535353. Windows color (decimal): -11971220 or 7099721. OLE color: 7099721.

HSL color Cylindrical-coordinate representation of color #49556C: hue angle of 219.43º 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 #49556C is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 85 108 -
CMYK 0.32 0.21 0 0.58
HSL 219.43º 0.19% 0.35% -
HSV(B) 219.43º 0.32% 0.42% -
XYZ 8.7 9 15.47 -
YUV 84.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 73 85 108 0.32 0.21 0 0.58 219.43 0.19 0.35
Hex 49 55 6C 20 15 0 3A DB 13 23
Octal 111 125 154 40 25 0 72 333 23 43
Binary 1001001 1010101 1101100 100000 10101 0 111010 11011011 10011 100011

Color Harmonies of #49556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49556C

Black with #49556C

Text Example


Text Example

White with #49556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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