#465168

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

Shades of East Bay #465168

Tints of East Bay #465168

Color information

#465168 (or 0x465168) is unknown color: approx East Bay. HEX triplet: 46, 51 and 68. RGB value is (70,81,104). Sum of RGB (Red+Green+Blue) = 70+81+104=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #465168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465168 is #B9AE97. Grayscale: #505050. Windows color (decimal): -12168856 or 6836550. OLE color: 6836550.

HSL color Cylindrical-coordinate representation of color #465168: hue angle of 220.59º 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 #465168 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7081104-
CMYK0.330.2200.59
HSL220.59º19.54%34.12%-
HSV(B)220.59º32.69%40.78%-
XYZ7.978.1914.26-
YUV80.33141.36120.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=27.45%
G=31.76%
B=40.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70811040.330.2200.59220.5919.5434.12
Hex465168211603Bdd1422
Octal10612115041260733352442
Binary1000110101000111010001000011011001110111101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465168; }

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

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

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

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

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

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

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

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