#46508E

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

Shades of Governor Bay #46508E

Tints of Governor Bay #46508E

Color information

#46508E (or 0x46508E) is unknown color: approx Governor Bay. HEX triplet: 46, 50 and 8E. RGB value is (70,80,142). Sum of RGB (Red+Green+Blue) = 70+80+142=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #46508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46508E is #B9AF71. Grayscale: #535353. Windows color (decimal): -12169074 or 9326662. OLE color: 9326662.

HSL color Cylindrical-coordinate representation of color #46508E: hue angle of 231.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46508E is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7080142-
CMYK0.510.4400.44
HSL231.67º33.96%41.57%-
HSV(B)231.67º50.7%55.69%-
XYZ10.288.9926.79-
YUV84.08160.69117.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=23.97%
G=27.40%
B=48.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70801420.510.4400.44231.6733.9641.57
Hex46508E332C02Ce8222a
Octal10612021663540543504252
Binary1000110101000010001110110011101100010110011101000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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