Html Css Color HEX #49536D East Bay

📋 copy color: '#49536D'

red 73 ◦ green 83 ◦ blue 109

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

Shades of East Bay #49536D

Tints of East Bay #49536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 27.55%
G = 31.32%
B = 41.13%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49536D (or 0x49536D) is known color: East Bay. HEX triplet: 49, 53 and 6D. RGB value is (73,83,109). Sum of RGB (Red+Green+Blue) = 73+83+109=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #49536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49536D is #B6AC92. Grayscale: #525252. Windows color (decimal): -11971731 or 7164745. OLE color: 7164745.

HSL color Cylindrical-coordinate representation of color #49536D: hue angle of 223.33º 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 #49536D is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 83 109 -
CMYK 0.33 0.24 0 0.57
HSL 223.33º 0.2% 0.36% -
HSV(B) 223.33º 0.33% 0.43% -
XYZ 8.6 8.71 15.7 -
YUV 82.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 73 83 109 0.33 0.24 0 0.57 223.33 0.2 0.36
Hex 49 53 6D 21 18 0 39 DF 14 24
Octal 111 123 155 41 30 0 71 337 24 44
Binary 1001001 1010011 1101101 100001 11000 0 111001 11011111 10100 100100

Color Harmonies of #49536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49536D

Black with #49536D

Text Example


Text Example

White with #49536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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