Html Css Color HEX #49546E East Bay

📋 copy color: '#49546E'

red 73 ◦ green 84 ◦ blue 110

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

Shades of East Bay #49546E

Tints of East Bay #49546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 27.34%
G = 31.46%
B = 41.2%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49546E (or 0x49546E) is known color: East Bay. HEX triplet: 49, 54 and 6E. RGB value is (73,84,110). Sum of RGB (Red+Green+Blue) = 73+84+110=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #49546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49546E is #B6AB91. Grayscale: #535353. Windows color (decimal): -11971474 or 7230537. OLE color: 7230537.

HSL color Cylindrical-coordinate representation of color #49546E: hue angle of 222.16º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49546E is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 84 110 -
CMYK 0.34 0.24 0 0.57
HSL 222.16º 0.2% 0.36% -
HSV(B) 222.16º 0.34% 0.43% -
XYZ 8.73 8.88 16.01 -
YUV 83.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 73 84 110 0.34 0.24 0 0.57 222.16 0.2 0.36
Hex 49 54 6E 22 18 0 39 DE 14 24
Octal 111 124 156 42 30 0 71 336 24 44
Binary 1001001 1010100 1101110 100010 11000 0 111001 11011110 10100 100100

Color Harmonies of #49546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49546E

Black with #49546E

Text Example


Text Example

White with #49546E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49546E; }

 p { color: rgb(73,84,110); }

 H1.HeaderClassName
 {
   color: #49546E;
 }
 .AnyTagClassName
 {
   color: #49546E;
 }
</style>

background-color css

<style>
 a { background-color: #49546E; }

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

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

border-color css

<style>
 span { border-color: #49546E; }

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

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