Html Css Color HEX #48505E East Bay

📋 copy color: '#48505E'

red 72 ◦ green 80 ◦ blue 94

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

Shades of East Bay #48505E

Tints of East Bay #48505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 29.27%
G = 32.52%
B = 38.21%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48505E (or 0x48505E) is known color: East Bay. HEX triplet: 48, 50 and 5E. RGB value is (72,80,94). Sum of RGB (Red+Green+Blue) = 72+80+94=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #48505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505E is #B7AFA1. Grayscale: #4F4F4F. Windows color (decimal): -12038050 or 6180936. OLE color: 6180936.

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

Color convert

RGB 72 80 94 -
CMYK 0.23 0.15 0 0.63
HSL 218.18º 0.13% 0.33% -
HSV(B) 218.18º 0.23% 0.37% -
XYZ 7.56 7.92 11.72 -
YUV 79.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 72 80 94 0.23 0.15 0 0.63 218.18 0.13 0.33
Hex 48 50 5E 17 F 0 3F DA D 21
Octal 110 120 136 27 17 0 77 332 15 41
Binary 1001000 1010000 1011110 10111 1111 0 111111 11011010 1101 100001

Color Harmonies of #48505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48505E

Black with #48505E

Text Example


Text Example

White with #48505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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