#46509B

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

Shades of Governor Bay #46509B

Tints of Governor Bay #46509B

Color information

#46509B (or 0x46509B) is unknown color: approx Governor Bay. HEX triplet: 46, 50 and 9B. RGB value is (70,80,155). Sum of RGB (Red+Green+Blue) = 70+80+155=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #46509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46509B is #B9AF64. Grayscale: #555555. Windows color (decimal): -12169061 or 10178630. OLE color: 10178630.

HSL color Cylindrical-coordinate representation of color #46509B: hue angle of 232.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46509B is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7080155-
CMYK0.550.4800.39
HSL232.94º37.78%44.12%-
HSV(B)232.94º54.84%60.78%-
XYZ11.319.4132.23-
YUV85.56167.19116.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=22.95%
G=26.23%
B=50.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70801550.550.4800.39232.9437.7844.12
Hex46509B3730027e9262c
Octal10612023367600473514654
Binary1000110101000010011011110111110000010011111101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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