#46519E

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

Shades of Governor Bay #46519E

Tints of Governor Bay #46519E

Color information

#46519E (or 0x46519E) is unknown color: approx Governor Bay. HEX triplet: 46, 51 and 9E. RGB value is (70,81,158). Sum of RGB (Red+Green+Blue) = 70+81+158=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #46519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46519E is #B9AE61. Grayscale: #565656. Windows color (decimal): -12168802 or 10375494. OLE color: 10375494.

HSL color Cylindrical-coordinate representation of color #46519E: hue angle of 232.5º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46519E is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7081158-
CMYK0.560.4900.38
HSL232.5º38.6%44.71%-
HSV(B)232.5º55.7%61.96%-
XYZ11.649.6633.6-
YUV86.49168.36116.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=22.65%
G=26.21%
B=51.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70811580.560.4900.38232.538.644.71
Hex46519E3831026e8272d
Octal10612123670610463504755
Binary1000110101000110011110111000110001010011011101000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46519E; }

 p { color: rgb(70,81,158); }

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

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

 a { background-color: rgb(70,81,158); }

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

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

 span { border-color: rgb(70,81,158); }

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