Html Css Color HEX #49516F East Bay

📋 copy color: '#49516F'

red 73 ◦ green 81 ◦ blue 111

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

Shades of East Bay #49516F

Tints of East Bay #49516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 27.55%
G = 30.57%
B = 41.89%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49516F (or 0x49516F) is known color: East Bay. HEX triplet: 49, 51 and 6F. RGB value is (73,81,111). Sum of RGB (Red+Green+Blue) = 73+81+111=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #49516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49516F is #B6AE90. Grayscale: #515151. Windows color (decimal): -11972241 or 7295305. OLE color: 7295305.

HSL color Cylindrical-coordinate representation of color #49516F: hue angle of 227.37º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49516F is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 81 111 -
CMYK 0.34 0.27 0 0.56
HSL 227.37º 0.21% 0.36% -
HSV(B) 227.37º 0.34% 0.44% -
XYZ 8.56 8.45 16.22 -
YUV 82.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 73 81 111 0.34 0.27 0 0.56 227.37 0.21 0.36
Hex 49 51 6F 22 1B 0 38 E3 15 24
Octal 111 121 157 42 33 0 70 343 25 44
Binary 1001001 1010001 1101111 100010 11011 0 111000 11100011 10101 100100

Color Harmonies of #49516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49516F

Black with #49516F

Text Example


Text Example

White with #49516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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