#485262

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

Shades of East Bay #485262

Tints of East Bay #485262

Color information

#485262 (or 0x485262) is unknown color: approx East Bay. HEX triplet: 48, 52 and 62. RGB value is (72,82,98). Sum of RGB (Red+Green+Blue) = 72+82+98=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #485262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485262 is #B7AD9D. Grayscale: #505050. Windows color (decimal): -12037534 or 6443592. OLE color: 6443592.

HSL color Cylindrical-coordinate representation of color #485262: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485262 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB728298-
CMYK0.270.1600.62
HSL216.92º15.29%33.33%-
HSV(B)216.92º26.53%38.43%-
XYZ7.898.2912.74-
YUV80.83137.69121.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=28.57%
G=32.54%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7282980.270.1600.62216.9215.2933.33
Hex4852621B1003Ed9f21
Octal11012214233200763311741
Binary10010001010010110001011011100000111110110110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485262; }

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

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

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

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

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

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

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

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