#465066

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

Shades of East Bay #465066

Tints of East Bay #465066

Color information

#465066 (or 0x465066) is unknown color: approx East Bay. HEX triplet: 46, 50 and 66. RGB value is (70,80,102). Sum of RGB (Red+Green+Blue) = 70+80+102=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #465066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465066 is #B9AF99. Grayscale: #4F4F4F. Windows color (decimal): -12169114 or 6705222. OLE color: 6705222.

HSL color Cylindrical-coordinate representation of color #465066: hue angle of 221.25º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465066 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7080102-
CMYK0.310.2200.6
HSL221.25º18.6%33.73%-
HSV(B)221.25º31.37%40%-
XYZ7.79813.7-
YUV79.52140.69121.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=27.78%
G=31.75%
B=40.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70801020.310.2200.6221.2518.633.73
Hex4650661F1603Cdd1322
Octal10612014637260743352342
Binary100011010100001100110111111011001111001101110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465066; }

 p { color: rgb(70,80,102); }

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

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

 a { background-color: rgb(70,80,102); }

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

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

 span { border-color: rgb(70,80,102); }

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