#465366

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

Shades of East Bay #465366

Tints of East Bay #465366

Color information

#465366 (or 0x465366) is unknown color: approx East Bay. HEX triplet: 46, 53 and 66. RGB value is (70,83,102). Sum of RGB (Red+Green+Blue) = 70+83+102=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #465366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465366 is #B9AC99. Grayscale: #515151. Windows color (decimal): -12168346 or 6705990. OLE color: 6705990.

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

Color convert

RGB7083102-
CMYK0.310.1900.6
HSL215.62º18.6%33.73%-
HSV(B)215.62º31.37%40%-
XYZ8.028.4513.78-
YUV81.28139.69119.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 102 (40.23% from 255) = 40%
R=27.45%
G=32.55%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70831020.310.1900.6215.6218.633.73
Hex4653661F1303Cd81322
Octal10612314637230743302342
Binary100011010100111100110111111001101111001101100010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465366; }

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

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

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

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

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

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

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

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