Html Css Color HEX #49566C East Bay

📋 copy color: '#49566C'

red 73 ◦ green 86 ◦ blue 108

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

Shades of East Bay #49566C

Tints of East Bay #49566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

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

R = 27.34%
G = 32.21%
B = 40.45%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49566C (or 0x49566C) is known color: East Bay. HEX triplet: 49, 56 and 6C. RGB value is (73,86,108). Sum of RGB (Red+Green+Blue) = 73+86+108=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #49566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566C is #B6A993. Grayscale: #545454. Windows color (decimal): -11970964 or 7099977. OLE color: 7099977.

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

Color convert

RGB 73 86 108 -
CMYK 0.32 0.20 0 0.58
HSL 217.71º 0.19% 0.35% -
HSV(B) 217.71º 0.32% 0.42% -
XYZ 8.78 9.15 15.49 -
YUV 84.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 73 86 108 0.32 0.20 0 0.58 217.71 0.19 0.35
Hex 49 56 6C 20 14 0 3A DA 13 23
Octal 111 126 154 40 24 0 72 332 23 43
Binary 1001001 1010110 1101100 100000 10100 0 111010 11011010 10011 100011

Color Harmonies of #49566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49566C

Black with #49566C

Text Example


Text Example

White with #49566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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