#464D66

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

Shades of East Bay #464D66

Tints of East Bay #464D66

Color information

#464D66 (or 0x464D66) is unknown color: approx East Bay. HEX triplet: 46, 4D and 66. RGB value is (70,77,102). Sum of RGB (Red+Green+Blue) = 70+77+102=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #464D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D66 is #B9B299. Grayscale: #4D4D4D. Windows color (decimal): -12169882 or 6704454. OLE color: 6704454.

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

Color convert

RGB7077102-
CMYK0.310.2500.6
HSL226.88º18.6%33.73%-
HSV(B)226.88º31.37%40%-
XYZ7.587.5713.63-
YUV77.76141.68122.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=28.11%
G=30.92%
B=40.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70771020.310.2500.6226.8818.633.73
Hex464D661F1903Ce31322
Octal10611514637310743432342
Binary100011010011011100110111111100101111001110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464D66; }

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

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

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

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

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

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

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

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