#465161

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

Shades of East Bay #465161

Tints of East Bay #465161

Color information

#465161 (or 0x465161) is unknown color: approx East Bay. HEX triplet: 46, 51 and 61. RGB value is (70,81,97). Sum of RGB (Red+Green+Blue) = 70+81+97=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #465161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465161 is #B9AE9E. Grayscale: #4F4F4F. Windows color (decimal): -12168863 or 6377798. OLE color: 6377798.

HSL color Cylindrical-coordinate representation of color #465161: hue angle of 215.56º 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 #465161 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708197-
CMYK0.280.1600.62
HSL215.56º16.17%32.75%-
HSV(B)215.56º27.84%38.04%-
XYZ7.638.0512.46-
YUV79.54137.86121.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=28.23%
G=32.66%
B=39.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7081970.280.1600.62215.5616.1732.75
Hex4651611C1003Ed81021
Octal10612114134200763302041
Binary100011010100011100001111001000001111101101100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465161; }

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

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

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

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

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

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

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

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