#485668

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

Shades of East Bay #485668

Tints of East Bay #485668

Color information

#485668 (or 0x485668) is unknown color: approx East Bay. HEX triplet: 48, 56 and 68. RGB value is (72,86,104). Sum of RGB (Red+Green+Blue) = 72+86+104=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #485668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485668 is #B7A997. Grayscale: #535353. Windows color (decimal): -12036504 or 6837832. OLE color: 6837832.

HSL color Cylindrical-coordinate representation of color #485668: hue angle of 213.75º degrees, saturation: 0.18, 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 #485668 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7286104-
CMYK0.310.1700.59
HSL213.75º18.18%34.51%-
HSV(B)213.75º30.77%40.78%-
XYZ8.59.0314.39-
YUV83.87139.36119.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=27.48%
G=32.82%
B=39.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72861040.310.1700.59213.7518.1834.51
Hex4856681F1103Bd61223
Octal11012615037210733262243
Binary100100010101101101000111111000101110111101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485668; }

 p { color: rgb(72,86,104); }

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

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

 a { background-color: rgb(72,86,104); }

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

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

 span { border-color: rgb(72,86,104); }

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