#49469B

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

Shades of Governor Bay #49469B

Tints of Governor Bay #49469B

Color information

#49469B (or 0x49469B) is unknown color: approx Governor Bay. HEX triplet: 49, 46 and 9B. RGB value is (73,70,155). Sum of RGB (Red+Green+Blue) = 73+70+155=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 70 (27.73% from 255 or 23.49% 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 #49469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49469B is #B6B964. Grayscale: #505050. Windows color (decimal): -11975013 or 10176073. OLE color: 10176073.

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

Color convert

RGB7370155-
CMYK0.530.5500.39
HSL242.12º37.78%44.12%-
HSV(B)242.12º54.84%60.78%-
XYZ10.858.1632.01-
YUV80.59169.99122.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73701550.530.5500.39242.1237.7844.12
Hex49469B3537027f2262c
Octal11110623365670473624654
Binary1001001100011010011011110101110111010011111110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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