#465061

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

Shades of East Bay #465061

Tints of East Bay #465061

Color information

#465061 (or 0x465061) is unknown color: approx East Bay. HEX triplet: 46, 50 and 61. RGB value is (70,80,97). Sum of RGB (Red+Green+Blue) = 70+80+97=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #465061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465061 is #B9AF9E. Grayscale: #4E4E4E. Windows color (decimal): -12169119 or 6377542. OLE color: 6377542.

HSL color Cylindrical-coordinate representation of color #465061: hue angle of 217.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #465061 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708097-
CMYK0.280.1800.62
HSL217.78º16.17%32.75%-
HSV(B)217.78º27.84%38.04%-
XYZ7.557.912.44-
YUV78.95138.19121.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=28.34%
G=32.39%
B=39.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7080970.280.1800.62217.7816.1732.75
Hex4650611C1203Eda1021
Octal10612014134220763322041
Binary100011010100001100001111001001001111101101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465061; }

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

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

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

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

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

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

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

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