#46499B

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

Shades of Governor Bay #46499B

Tints of Governor Bay #46499B

Color information

#46499B (or 0x46499B) is unknown color: approx Governor Bay. HEX triplet: 46, 49 and 9B. RGB value is (70,73,155). Sum of RGB (Red+Green+Blue) = 70+73+155=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #46499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46499B is #B9B664. Grayscale: #515151. Windows color (decimal): -12170853 or 10176838. OLE color: 10176838.

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

Color convert

RGB7073155-
CMYK0.550.5300.39
HSL237.88º37.78%44.12%-
HSV(B)237.88º54.84%60.78%-
XYZ10.828.4332.07-
YUV81.45169.51119.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=23.49%
G=24.50%
B=52.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70731550.550.5300.39237.8837.7844.12
Hex46499B3735027ee262c
Octal10611123367650473564654
Binary1000110100100110011011110111110101010011111101110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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