#465567

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

Shades of East Bay #465567

Tints of East Bay #465567

Color information

#465567 (or 0x465567) is unknown color: approx East Bay. HEX triplet: 46, 55 and 67. RGB value is (70,85,103). Sum of RGB (Red+Green+Blue) = 70+85+103=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #465567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465567 is #B9AA98. Grayscale: #525252. Windows color (decimal): -12167833 or 6772038. OLE color: 6772038.

HSL color Cylindrical-coordinate representation of color #465567: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465567 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7085103-
CMYK0.320.1700.60
HSL212.73º19.08%33.92%-
HSV(B)212.73º32.04%40.39%-
XYZ8.228.7814.09-
YUV82.57139.53119.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=27.13%
G=32.95%
B=39.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70851030.320.1700.60212.7319.0833.92
Hex465567201103Cd51322
Octal10612514740210743252342
Binary1000110101010111001111000001000101111001101010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465567; }

 p { color: rgb(70,85,103); }

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

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

 a { background-color: rgb(70,85,103); }

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

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

 span { border-color: rgb(70,85,103); }

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