Html Css Color HEX #48516D East Bay

📋 copy color: '#48516D'

red 72 ◦ green 81 ◦ blue 109

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

Shades of East Bay #48516D

Tints of East Bay #48516D

RGB

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

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

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

R = 27.48%
G = 30.92%
B = 41.6%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48516D (or 0x48516D) is known color: East Bay. HEX triplet: 48, 51 and 6D. RGB value is (72,81,109). Sum of RGB (Red+Green+Blue) = 72+81+109=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #48516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48516D is #B7AE92. Grayscale: #515151. Windows color (decimal): -12037779 or 7164232. OLE color: 7164232.

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

Color convert

RGB 72 81 109 -
CMYK 0.34 0.26 0 0.57
HSL 225.41º 0.2% 0.35% -
HSV(B) 225.41º 0.34% 0.43% -
XYZ 8.38 8.37 15.64 -
YUV 81.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 72 81 109 0.34 0.26 0 0.57 225.41 0.2 0.35
Hex 48 51 6D 22 1A 0 39 E1 14 23
Octal 110 121 155 42 32 0 71 341 24 43
Binary 1001000 1010001 1101101 100010 11010 0 111001 11100001 10100 100011

Color Harmonies of #48516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48516D

Black with #48516D

Text Example


Text Example

White with #48516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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