#485263

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

Shades of East Bay #485263

Tints of East Bay #485263

Color information

#485263 (or 0x485263) is unknown color: approx East Bay. HEX triplet: 48, 52 and 63. RGB value is (72,82,99). Sum of RGB (Red+Green+Blue) = 72+82+99=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #485263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485263 is #B7AD9C. Grayscale: #505050. Windows color (decimal): -12037533 or 6509128. OLE color: 6509128.

HSL color Cylindrical-coordinate representation of color #485263: hue angle of 217.78º 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 #485263 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB728299-
CMYK0.270.1700.61
HSL217.78º15.79%33.53%-
HSV(B)217.78º27.27%38.82%-
XYZ7.948.3112.99-
YUV80.95138.19121.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=28.46%
G=32.41%
B=39.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7282990.270.1700.61217.7815.7933.53
Hex4852631B1103Dda1022
Octal11012214333210753322042
Binary100100010100101100011110111000101111011101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485263; }

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

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

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

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

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

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

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

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