Html Css Color HEX #48505F East Bay

📋 copy color: '#48505F'

red 72 ◦ green 80 ◦ blue 95

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

Shades of East Bay #48505F

Tints of East Bay #48505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 29.15%
G = 32.39%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48505F (or 0x48505F) is known color: East Bay. HEX triplet: 48, 50 and 5F. RGB value is (72,80,95). Sum of RGB (Red+Green+Blue) = 72+80+95=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #48505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505F is #B7AFA0. Grayscale: #4F4F4F. Windows color (decimal): -12038049 or 6246472. OLE color: 6246472.

HSL color Cylindrical-coordinate representation of color #48505F: hue angle of 219.13º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48505F is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 80 95 -
CMYK 0.24 0.16 0 0.63
HSL 219.13º 0.14% 0.33% -
HSV(B) 219.13º 0.24% 0.37% -
XYZ 7.61 7.94 11.96 -
YUV 79.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 72 80 95 0.24 0.16 0 0.63 219.13 0.14 0.33
Hex 48 50 5F 18 10 0 3F DB E 21
Octal 110 120 137 30 20 0 77 333 16 41
Binary 1001000 1010000 1011111 11000 10000 0 111111 11011011 1110 100001

Color Harmonies of #48505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48505F

Black with #48505F

Text Example


Text Example

White with #48505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,80,95); }

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

background-color css

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

 a { background-color: rgb(72,80,95); }

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

border-color css

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

 span { border-color: rgb(72,80,95); }

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