#465163

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

Shades of East Bay #465163

Tints of East Bay #465163

Color information

#465163 (or 0x465163) is unknown color: approx East Bay. HEX triplet: 46, 51 and 63. RGB value is (70,81,99). Sum of RGB (Red+Green+Blue) = 70+81+99=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #465163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465163 is #B9AE9C. Grayscale: #4F4F4F. Windows color (decimal): -12168861 or 6508870. OLE color: 6508870.

HSL color Cylindrical-coordinate representation of color #465163: hue angle of 217.24º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465163 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB708199-
CMYK0.290.1800.61
HSL217.24º17.16%33.14%-
HSV(B)217.24º29.29%38.82%-
XYZ7.728.0912.96-
YUV79.76138.86121.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=28%
G=32.4%
B=39.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7081990.290.1800.61217.2417.1633.14
Hex4651631D1203Dd91121
Octal10612114335220753312141
Binary100011010100011100011111011001001111011101100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465163; }

 p { color: rgb(70,81,99); }

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

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

 a { background-color: rgb(70,81,99); }

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

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

 span { border-color: rgb(70,81,99); }

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