Html Css Color HEX #48536D East Bay

📋 copy color: '#48536D'

red 72 ◦ green 83 ◦ blue 109

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

Shades of East Bay #48536D

Tints of East Bay #48536D

RGB

 RED value IS 72 (28.52% from 255) = 27.27%

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

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

R = 27.27%
G = 31.44%
B = 41.29%

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

#48536D (or 0x48536D) is known color: East Bay. HEX triplet: 48, 53 and 6D. RGB value is (72,83,109). Sum of RGB (Red+Green+Blue) = 72+83+109=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #48536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48536D is #B7AC92. Grayscale: #525252. Windows color (decimal): -12037267 or 7164744. OLE color: 7164744.

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

Color convert

RGB 72 83 109 -
CMYK 0.34 0.24 0 0.57
HSL 222.16º 0.2% 0.35% -
HSV(B) 222.16º 0.34% 0.43% -
XYZ 8.53 8.67 15.69 -
YUV 82.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 72 83 109 0.34 0.24 0 0.57 222.16 0.2 0.35
Hex 48 53 6D 22 18 0 39 DE 14 23
Octal 110 123 155 42 30 0 71 336 24 43
Binary 1001000 1010011 1101101 100010 11000 0 111001 11011110 10100 100011

Color Harmonies of #48536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48536D

Black with #48536D

Text Example


Text Example

White with #48536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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