#485362

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

Shades of East Bay #485362

Tints of East Bay #485362

Color information

#485362 (or 0x485362) is unknown color: approx East Bay. HEX triplet: 48, 53 and 62. RGB value is (72,83,98). Sum of RGB (Red+Green+Blue) = 72+83+98=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #485362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485362 is #B7AC9D. Grayscale: #515151. Windows color (decimal): -12037278 or 6443848. OLE color: 6443848.

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

Color convert

RGB728398-
CMYK0.270.1500.62
HSL214.62º15.29%33.33%-
HSV(B)214.62º26.53%38.43%-
XYZ7.978.4512.77-
YUV81.42137.36121.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=28.46%
G=32.81%
B=38.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7283980.270.1500.62214.6215.2933.33
Hex4853621BF03Ed7f21
Octal11012314233170763271741
Binary1001000101001111000101101111110111110110101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485362; }

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

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

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

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

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

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

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

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