#465699

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

Shades of Governor Bay #465699

Tints of Governor Bay #465699

Color information

#465699 (or 0x465699) is unknown color: approx Governor Bay. HEX triplet: 46, 56 and 99. RGB value is (70,86,153). Sum of RGB (Red+Green+Blue) = 70+86+153=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #465699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465699 is #B9A966. Grayscale: #585858. Windows color (decimal): -12167527 or 10049094. OLE color: 10049094.

HSL color Cylindrical-coordinate representation of color #465699: hue angle of 228.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465699 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7086153-
CMYK0.540.4400.4
HSL228.43º37.22%43.73%-
HSV(B)228.43º54.25%60%-
XYZ11.610.2631.51-
YUV88.85164.2114.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=22.65%
G=27.83%
B=49.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70861530.540.4400.4228.4337.2243.73
Hex465699362C028e4252c
Octal10612623166540503444554
Binary1000110101011010011001110110101100010100011100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465699; }

 p { color: rgb(70,86,153); }

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

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

 a { background-color: rgb(70,86,153); }

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

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

 span { border-color: rgb(70,86,153); }

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