Html Css Color HEX #49516D East Bay

📋 copy color: '#49516D'

red 73 ◦ green 81 ◦ blue 109

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

Shades of East Bay #49516D

Tints of East Bay #49516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 27.76%
G = 30.8%
B = 41.44%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49516D (or 0x49516D) is known color: East Bay. HEX triplet: 49, 51 and 6D. RGB value is (73,81,109). Sum of RGB (Red+Green+Blue) = 73+81+109=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #49516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49516D is #B6AE92. Grayscale: #515151. Windows color (decimal): -11972243 or 7164233. OLE color: 7164233.

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

Color convert

RGB 73 81 109 -
CMYK 0.33 0.26 0 0.57
HSL 226.67º 0.2% 0.36% -
HSV(B) 226.67º 0.33% 0.43% -
XYZ 8.45 8.41 15.65 -
YUV 81.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 73 81 109 0.33 0.26 0 0.57 226.67 0.2 0.36
Hex 49 51 6D 21 1A 0 39 E3 14 24
Octal 111 121 155 41 32 0 71 343 24 44
Binary 1001001 1010001 1101101 100001 11010 0 111001 11100011 10100 100100

Color Harmonies of #49516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49516D

Black with #49516D

Text Example


Text Example

White with #49516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49516D; }

 p { color: rgb(73,81,109); }

 H1.HeaderClassName
 {
   color: #49516D;
 }
 .AnyTagClassName
 {
   color: #49516D;
 }
</style>

background-color css

<style>
 a { background-color: #49516D; }

 a { background-color: rgb(73,81,109); }

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

border-color css

<style>
 span { border-color: #49516D; }

 span { border-color: rgb(73,81,109); }

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