#485469

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

Shades of East Bay #485469

Tints of East Bay #485469

Color information

#485469 (or 0x485469) is unknown color: approx East Bay. HEX triplet: 48, 54 and 69. RGB value is (72,84,105). Sum of RGB (Red+Green+Blue) = 72+84+105=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #485469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485469 is #B7AB96. Grayscale: #525252. Windows color (decimal): -12037015 or 6902856. OLE color: 6902856.

HSL color Cylindrical-coordinate representation of color #485469: hue angle of 218.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485469 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7284105-
CMYK0.310.2000.59
HSL218.18º18.64%34.71%-
HSV(B)218.18º31.43%41.18%-
XYZ8.398.7414.61-
YUV82.81140.52120.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=27.59%
G=32.18%
B=40.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72841050.310.2000.59218.1818.6434.71
Hex4854691F1403Bda1323
Octal11012415137240733322343
Binary100100010101001101001111111010001110111101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485469; }

 p { color: rgb(72,84,105); }

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

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

 a { background-color: rgb(72,84,105); }

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

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

 span { border-color: rgb(72,84,105); }

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