#465290

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

Shades of Governor Bay #465290

Tints of Governor Bay #465290

Color information

#465290 (or 0x465290) is unknown color: approx Governor Bay. HEX triplet: 46, 52 and 90. RGB value is (70,82,144). Sum of RGB (Red+Green+Blue) = 70+82+144=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #465290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465290 is #B9AD6F. Grayscale: #555555. Windows color (decimal): -12168560 or 9458246. OLE color: 9458246.

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

Color convert

RGB7082144-
CMYK0.510.4300.44
HSL230.27º34.58%41.96%-
HSV(B)230.27º51.39%56.47%-
XYZ10.589.3527.63-
YUV85.48161.02116.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=23.65%
G=27.70%
B=48.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70821440.510.4300.44230.2734.5841.96
Hex465290332B02Ce6232a
Octal10612222063530543464352
Binary1000110101001010010000110011101011010110011100110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465290; }

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

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

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

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

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

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

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

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