#465496

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

Shades of Governor Bay #465496

Tints of Governor Bay #465496

Color information

#465496 (or 0x465496) is unknown color: approx Governor Bay. HEX triplet: 46, 54 and 96. RGB value is (70,84,150). Sum of RGB (Red+Green+Blue) = 70+84+150=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #465496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465496 is #B9AB69. Grayscale: #575757. Windows color (decimal): -12168042 or 9851974. OLE color: 9851974.

HSL color Cylindrical-coordinate representation of color #465496: hue angle of 229.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465496 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7084150-
CMYK0.530.4400.41
HSL229.5º36.36%43.14%-
HSV(B)229.5º53.33%58.82%-
XYZ11.29.8430.16-
YUV87.34163.36115.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=23.03%
G=27.63%
B=49.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70841500.530.4400.41229.536.3643.14
Hex465496352C029e6242b
Octal10612422665540513464453
Binary1000110101010010010110110101101100010100111100110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465496; }

 p { color: rgb(70,84,150); }

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

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

 a { background-color: rgb(70,84,150); }

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

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

 span { border-color: rgb(70,84,150); }

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