#465599

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

Shades of Governor Bay #465599

Tints of Governor Bay #465599

Color information

#465599 (or 0x465599) is unknown color: approx Governor Bay. HEX triplet: 46, 55 and 99. RGB value is (70,85,153). Sum of RGB (Red+Green+Blue) = 70+85+153=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #465599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465599 is #B9AA66. Grayscale: #575757. Windows color (decimal): -12167783 or 10048838. OLE color: 10048838.

HSL color Cylindrical-coordinate representation of color #465599: hue angle of 229.16º 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 #465599 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7085153-
CMYK0.540.4400.4
HSL229.16º37.22%43.73%-
HSV(B)229.16º54.25%60%-
XYZ11.5210.131.48-
YUV88.27164.53114.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=22.73%
G=27.60%
B=49.68%

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
Decimal70851530.540.4400.4229.1637.2243.73
Hex465599362C028e5252c
Octal10612523166540503454554
Binary1000110101010110011001110110101100010100011100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465599; }

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

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

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

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

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

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

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

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