Html Css Color HEX #48516B East Bay

📋 copy color: '#48516B'

red 72 ◦ green 81 ◦ blue 107

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

Shades of East Bay #48516B

Tints of East Bay #48516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 27.69%
G = 31.15%
B = 41.15%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48516B (or 0x48516B) is known color: East Bay. HEX triplet: 48, 51 and 6B. RGB value is (72,81,107). Sum of RGB (Red+Green+Blue) = 72+81+107=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #48516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48516B is #B7AE94. Grayscale: #515151. Windows color (decimal): -12037781 or 7033160. OLE color: 7033160.

HSL color Cylindrical-coordinate representation of color #48516B: hue angle of 224.57º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48516B is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 81 107 -
CMYK 0.33 0.24 0 0.58
HSL 224.57º 0.2% 0.35% -
HSV(B) 224.57º 0.33% 0.42% -
XYZ 8.27 8.32 15.08 -
YUV 81.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 72 81 107 0.33 0.24 0 0.58 224.57 0.2 0.35
Hex 48 51 6B 21 18 0 3A E1 14 23
Octal 110 121 153 41 30 0 72 341 24 43
Binary 1001000 1010001 1101011 100001 11000 0 111010 11100001 10100 100011

Color Harmonies of #48516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48516B

Black with #48516B

Text Example


Text Example

White with #48516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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