#46559C

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

Shades of Governor Bay #46559C

Tints of Governor Bay #46559C

Color information

#46559C (or 0x46559C) is unknown color: approx Governor Bay. HEX triplet: 46, 55 and 9C. RGB value is (70,85,156). Sum of RGB (Red+Green+Blue) = 70+85+156=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #46559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559C is #B9AA63. Grayscale: #585858. Windows color (decimal): -12167780 or 10245446. OLE color: 10245446.

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

Color convert

RGB7085156-
CMYK0.550.4600.39
HSL229.53º38.05%44.31%-
HSV(B)229.53º55.13%61.18%-
XYZ11.7810.232.8-
YUV88.61166.03114.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=22.51%
G=27.33%
B=50.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70851560.550.4600.39229.5338.0544.31
Hex46559C372E027e6262c
Octal10612523467560473464654
Binary1000110101010110011100110111101110010011111100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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