#46559E

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

Shades of Governor Bay #46559E

Tints of Governor Bay #46559E

Color information

#46559E (or 0x46559E) is unknown color: approx Governor Bay. HEX triplet: 46, 55 and 9E. RGB value is (70,85,158). Sum of RGB (Red+Green+Blue) = 70+85+158=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #46559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559E is #B9AA61. Grayscale: #585858. Windows color (decimal): -12167778 or 10376518. OLE color: 10376518.

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

Color convert

RGB7085158-
CMYK0.560.4600.38
HSL229.77º38.6%44.71%-
HSV(B)229.77º55.7%61.96%-
XYZ11.9510.2733.7-
YUV88.84167.03114.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=22.36%
G=27.16%
B=50.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70851580.560.4600.38229.7738.644.71
Hex46559E382E026e6272d
Octal10612523670560463464755
Binary1000110101010110011110111000101110010011011100110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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