#465691

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

Shades of Governor Bay #465691

Tints of Governor Bay #465691

Color information

#465691 (or 0x465691) is unknown color: approx Governor Bay. HEX triplet: 46, 56 and 91. RGB value is (70,86,145). Sum of RGB (Red+Green+Blue) = 70+86+145=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #465691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465691 is #B9A96E. Grayscale: #575757. Windows color (decimal): -12167535 or 9524806. OLE color: 9524806.

HSL color Cylindrical-coordinate representation of color #465691: hue angle of 227.2º 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 #465691 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7086145-
CMYK0.520.4100.43
HSL227.2º34.88%42.16%-
HSV(B)227.2º51.72%56.86%-
XYZ10.961028.14-
YUV87.94160.2115.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=23.26%
G=28.57%
B=48.17%

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
Decimal70861450.520.4100.43227.234.8842.16
Hex465691342902Be3232a
Octal10612622164510533434352
Binary1000110101011010010001110100101001010101111100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465691; }

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

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

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

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

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

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

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

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