#485163

Color #485163 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #485163

Tints of East Bay #485163

Color information

#485163 (or 0x485163) is unknown color: approx East Bay. HEX triplet: 48, 51 and 63. RGB value is (72,81,99). Sum of RGB (Red+Green+Blue) = 72+81+99=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #485163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485163 is #B7AE9C. Grayscale: #505050. Windows color (decimal): -12037789 or 6508872. OLE color: 6508872.

HSL color Cylindrical-coordinate representation of color #485163: hue angle of 220º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485163 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB728199-
CMYK0.270.1800.61
HSL220º15.79%33.53%-
HSV(B)220º27.27%38.82%-
XYZ7.878.1612.97-
YUV80.36138.52122.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=28.57%
G=32.14%
B=39.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7281990.270.1800.6122015.7933.53
Hex4851631B1203Ddc1022
Octal11012114333220753342042
Binary100100010100011100011110111001001111011101110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485163; }

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

 H1.HeaderClassName
 {
   color: #485163;
 }
 .AnyTagClassName
 {
   color: #485163;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #485163;
 }
 .BgClassName
 {
   background-color: #485163;
 }
</style>
border-color css

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

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

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