Html Css Color HEX #49556B East Bay

📋 copy color: '#49556B'

red 73 ◦ green 85 ◦ blue 107

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

Shades of East Bay #49556B

Tints of East Bay #49556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 27.55%
G = 32.08%
B = 40.38%

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

#49556B (or 0x49556B) is known color: East Bay. HEX triplet: 49, 55 and 6B. RGB value is (73,85,107). Sum of RGB (Red+Green+Blue) = 73+85+107=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #49556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556B is #B6AA94. Grayscale: #535353. Windows color (decimal): -11971221 or 7034185. OLE color: 7034185.

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

Color convert

RGB 73 85 107 -
CMYK 0.32 0.21 0 0.58
HSL 218.82º 0.19% 0.35% -
HSV(B) 218.82º 0.32% 0.42% -
XYZ 8.65 8.98 15.19 -
YUV 83.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 73 85 107 0.32 0.21 0 0.58 218.82 0.19 0.35
Hex 49 55 6B 20 15 0 3A DB 13 23
Octal 111 125 153 40 25 0 72 333 23 43
Binary 1001001 1010101 1101011 100000 10101 0 111010 11011011 10011 100011

Color Harmonies of #49556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49556B

Black with #49556B

Text Example


Text Example

White with #49556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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