#465266

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

Shades of East Bay #465266

Tints of East Bay #465266

Color information

#465266 (or 0x465266) is unknown color: approx East Bay. HEX triplet: 46, 52 and 66. RGB value is (70,82,102). Sum of RGB (Red+Green+Blue) = 70+82+102=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 102 - color contains mainly: blue. Hex color #465266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465266 is #B9AD99. Grayscale: #505050. Windows color (decimal): -12168602 or 6705734. OLE color: 6705734.

HSL color Cylindrical-coordinate representation of color #465266: hue angle of 217.5º 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 #465266 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7082102-
CMYK0.310.2000.6
HSL217.5º18.6%33.73%-
HSV(B)217.5º31.37%40%-
XYZ7.948.313.75-
YUV80.69140.02120.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=27.56%
G=32.28%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70821020.310.2000.6217.518.633.73
Hex4652661F1403Cda1322
Octal10612214637240743322342
Binary100011010100101100110111111010001111001101101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465266; }

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

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

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

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

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

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

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

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