#46519C

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

Shades of Governor Bay #46519C

Tints of Governor Bay #46519C

Color information

#46519C (or 0x46519C) is unknown color: approx Governor Bay. HEX triplet: 46, 51 and 9C. RGB value is (70,81,156). Sum of RGB (Red+Green+Blue) = 70+81+156=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #46519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46519C is #B9AE63. Grayscale: #555555. Windows color (decimal): -12168804 or 10244422. OLE color: 10244422.

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

Color convert

RGB7081156-
CMYK0.550.4800.39
HSL232.33º38.05%44.31%-
HSV(B)232.33º55.13%61.18%-
XYZ11.479.5932.7-
YUV86.26167.36116.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=22.80%
G=26.38%
B=50.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70811560.550.4800.39232.3338.0544.31
Hex46519C3730027e8262c
Octal10612123467600473504654
Binary1000110101000110011100110111110000010011111101000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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