#465268

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

Shades of East Bay #465268

Tints of East Bay #465268

Color information

#465268 (or 0x465268) is unknown color: approx East Bay. HEX triplet: 46, 52 and 68. RGB value is (70,82,104). Sum of RGB (Red+Green+Blue) = 70+82+104=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #465268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465268 is #B9AD97. Grayscale: #505050. Windows color (decimal): -12168600 or 6836806. OLE color: 6836806.

HSL color Cylindrical-coordinate representation of color #465268: hue angle of 218.82º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465268 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7082104-
CMYK0.330.2100.59
HSL218.82º19.54%34.12%-
HSV(B)218.82º32.69%40.78%-
XYZ8.048.3414.28-
YUV80.92141.02120.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=27.34%
G=32.03%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70821040.330.2100.59218.8219.5434.12
Hex465268211503Bdb1422
Octal10612215041250733332442
Binary1000110101001011010001000011010101110111101101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465268; }

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

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

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

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

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

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

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

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