#465591

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

Shades of Governor Bay #465591

Tints of Governor Bay #465591

Color information

#465591 (or 0x465591) is unknown color: approx Governor Bay. HEX triplet: 46, 55 and 91. RGB value is (70,85,145). Sum of RGB (Red+Green+Blue) = 70+85+145=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #465591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465591 is #B9AA6E. Grayscale: #575757. Windows color (decimal): -12167791 or 9524550. OLE color: 9524550.

HSL color Cylindrical-coordinate representation of color #465591: hue angle of 228º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465591 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7085145-
CMYK0.520.4100.43
HSL228º34.88%42.16%-
HSV(B)228º51.72%56.86%-
XYZ10.899.8428.11-
YUV87.35160.53115.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=23.33%
G=28.33%
B=48.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70851450.520.4100.4322834.8842.16
Hex465591342902Be4232a
Octal10612522164510533444352
Binary1000110101010110010001110100101001010101111100100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465591; }

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

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

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

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

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

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

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

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