#46479B

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

Shades of Governor Bay #46479B

Tints of Governor Bay #46479B

Color information

#46479B (or 0x46479B) is unknown color: approx Governor Bay. HEX triplet: 46, 47 and 9B. RGB value is (70,71,155). Sum of RGB (Red+Green+Blue) = 70+71+155=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #46479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46479B is #B9B864. Grayscale: #4F4F4F. Windows color (decimal): -12171365 or 10176326. OLE color: 10176326.

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

Color convert

RGB7071155-
CMYK0.550.5400.39
HSL239.29º37.78%44.12%-
HSV(B)239.29º54.84%60.78%-
XYZ10.78.1832.02-
YUV80.28170.17120.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=23.65%
G=23.99%
B=52.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70711550.550.5400.39239.2937.7844.12
Hex46479B3736027ef262c
Octal10610723367660473574654
Binary1000110100011110011011110111110110010011111101111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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