#465267

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

Shades of East Bay #465267

Tints of East Bay #465267

Color information

#465267 (or 0x465267) is unknown color: approx East Bay. HEX triplet: 46, 52 and 67. RGB value is (70,82,103). Sum of RGB (Red+Green+Blue) = 70+82+103=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #465267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465267 is #B9AD98. Grayscale: #505050. Windows color (decimal): -12168601 or 6771270. OLE color: 6771270.

HSL color Cylindrical-coordinate representation of color #465267: hue angle of 218.18º 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 #465267 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7082103-
CMYK0.320.2000.60
HSL218.18º19.08%33.92%-
HSV(B)218.18º32.04%40.39%-
XYZ7.998.3214.02-
YUV80.81140.52120.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=27.45%
G=32.16%
B=40.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70821030.320.2000.60218.1819.0833.92
Hex465267201403Cda1322
Octal10612214740240743322342
Binary1000110101001011001111000001010001111001101101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465267; }

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

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

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

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

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

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

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

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