#465090

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

Shades of Governor Bay #465090

Tints of Governor Bay #465090

Color information

#465090 (or 0x465090) is unknown color: approx Governor Bay. HEX triplet: 46, 50 and 90. RGB value is (70,80,144). Sum of RGB (Red+Green+Blue) = 70+80+144=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #465090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465090 is #B9AF6F. Grayscale: #545454. Windows color (decimal): -12169072 or 9457734. OLE color: 9457734.

HSL color Cylindrical-coordinate representation of color #465090: hue angle of 231.89º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465090 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7080144-
CMYK0.510.4400.44
HSL231.89º34.58%41.96%-
HSV(B)231.89º51.39%56.47%-
XYZ10.439.0527.58-
YUV84.31161.69117.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=23.81%
G=27.21%
B=48.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70801440.510.4400.44231.8934.5841.96
Hex465090332C02Ce8232a
Octal10612022063540543504352
Binary1000110101000010010000110011101100010110011101000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465090; }

 p { color: rgb(70,80,144); }

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

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

 a { background-color: rgb(70,80,144); }

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

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

 span { border-color: rgb(70,80,144); }

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