#465265

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

Shades of East Bay #465265

Tints of East Bay #465265

Color information

#465265 (or 0x465265) is unknown color: approx East Bay. HEX triplet: 46, 52 and 65. RGB value is (70,82,101). Sum of RGB (Red+Green+Blue) = 70+82+101=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #465265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465265 is #B9AD9A. Grayscale: #505050. Windows color (decimal): -12168603 or 6640198. OLE color: 6640198.

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

Color convert

RGB7082101-
CMYK0.310.1900.60
HSL216.77º18.13%33.53%-
HSV(B)216.77º30.69%39.61%-
XYZ7.898.2813.49-
YUV80.58139.52120.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=27.67%
G=32.41%
B=39.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70821010.310.1900.60216.7718.1333.53
Hex4652651F1303Cd91222
Octal10612214537230743312242
Binary100011010100101100101111111001101111001101100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465265; }

 p { color: rgb(70,82,101); }

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

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

 a { background-color: rgb(70,82,101); }

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

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

 span { border-color: rgb(70,82,101); }

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