#485261

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

Shades of East Bay #485261

Tints of East Bay #485261

Color information

#485261 (or 0x485261) is unknown color: approx East Bay. HEX triplet: 48, 52 and 61. RGB value is (72,82,97). Sum of RGB (Red+Green+Blue) = 72+82+97=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #485261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485261 is #B7AD9E. Grayscale: #505050. Windows color (decimal): -12037535 or 6378056. OLE color: 6378056.

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

Color convert

RGB728297-
CMYK0.260.1500.62
HSL216º14.79%33.14%-
HSV(B)216º25.77%38.04%-
XYZ7.858.2812.49-
YUV80.72137.19121.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=28.69%
G=32.67%
B=38.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7282970.260.1500.6221614.7933.14
Hex4852611AF03Ed8f21
Octal11012214132170763301741
Binary1001000101001011000011101011110111110110110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485261; }

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

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

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

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

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

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

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

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