Html Css Color HEX #48515F East Bay

📋 copy color: '#48515F'

red 72 ◦ green 81 ◦ blue 95

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

Shades of East Bay #48515F

Tints of East Bay #48515F

RGB

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

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

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

R = 29.03%
G = 32.66%
B = 38.31%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48515F (or 0x48515F) is known color: East Bay. HEX triplet: 48, 51 and 5F. RGB value is (72,81,95). Sum of RGB (Red+Green+Blue) = 72+81+95=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #48515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515F is #B7AEA0. Grayscale: #4F4F4F. Windows color (decimal): -12037793 or 6246728. OLE color: 6246728.

HSL color Cylindrical-coordinate representation of color #48515F: hue angle of 216.52º 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 #48515F is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 81 95 -
CMYK 0.24 0.15 0 0.63
HSL 216.52º 0.14% 0.33% -
HSV(B) 216.52º 0.24% 0.37% -
XYZ 7.68 8.09 11.98 -
YUV 79.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 72 81 95 0.24 0.15 0 0.63 216.52 0.14 0.33
Hex 48 51 5F 18 F 0 3F D9 E 21
Octal 110 121 137 30 17 0 77 331 16 41
Binary 1001000 1010001 1011111 11000 1111 0 111111 11011001 1110 100001

Color Harmonies of #48515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48515F

Black with #48515F

Text Example


Text Example

White with #48515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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