#485366

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

Shades of East Bay #485366

Tints of East Bay #485366

Color information

#485366 (or 0x485366) is unknown color: approx East Bay. HEX triplet: 48, 53 and 66. RGB value is (72,83,102). Sum of RGB (Red+Green+Blue) = 72+83+102=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #485366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485366 is #B7AC99. Grayscale: #515151. Windows color (decimal): -12037274 or 6705992. OLE color: 6705992.

HSL color Cylindrical-coordinate representation of color #485366: hue angle of 218º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485366 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7283102-
CMYK0.290.1900.6
HSL218º17.24%34.12%-
HSV(B)218º29.41%40%-
XYZ8.168.5213.79-
YUV81.88139.36120.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=28.02%
G=32.30%
B=39.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72831020.290.1900.621817.2434.12
Hex4853661D1303Cda1122
Octal11012314635230743322142
Binary100100010100111100110111011001101111001101101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485366; }

 p { color: rgb(72,83,102); }

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

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

 a { background-color: rgb(72,83,102); }

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

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

 span { border-color: rgb(72,83,102); }

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