#46509F

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

Shades of Governor Bay #46509F

Tints of Governor Bay #46509F

Color information

#46509F (or 0x46509F) is unknown color: approx Governor Bay. HEX triplet: 46, 50 and 9F. RGB value is (70,80,159). Sum of RGB (Red+Green+Blue) = 70+80+159=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #46509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46509F is #B9AF60. Grayscale: #555555. Windows color (decimal): -12169057 or 10440774. OLE color: 10440774.

HSL color Cylindrical-coordinate representation of color #46509F: hue angle of 233.26º 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 #46509F is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7080159-
CMYK0.560.5000.38
HSL233.26º38.86%44.9%-
HSV(B)233.26º55.97%62.35%-
XYZ11.659.5434.03-
YUV86.02169.19116.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=22.65%
G=25.89%
B=51.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70801590.560.5000.38233.2638.8644.9
Hex46509F3832026e9272d
Octal10612023770620463514755
Binary1000110101000010011111111000110010010011011101001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46509F; }

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

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

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

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

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

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

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

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