#46559D

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

Shades of Governor Bay #46559D

Tints of Governor Bay #46559D

Color information

#46559D (or 0x46559D) is unknown color: approx Governor Bay. HEX triplet: 46, 55 and 9D. RGB value is (70,85,157). Sum of RGB (Red+Green+Blue) = 70+85+157=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #46559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559D is #B9AA62. Grayscale: #585858. Windows color (decimal): -12167779 or 10310982. OLE color: 10310982.

HSL color Cylindrical-coordinate representation of color #46559D: hue angle of 229.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46559D is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7085157-
CMYK0.550.4600.38
HSL229.66º38.33%44.51%-
HSV(B)229.66º55.41%61.57%-
XYZ11.8610.2333.25-
YUV88.72166.53114.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=22.44%
G=27.24%
B=50.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70851570.550.4600.38229.6638.3344.51
Hex46559D372E026e6262d
Octal10612523567560463464655
Binary1000110101010110011101110111101110010011011100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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