#49469C

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

Shades of Governor Bay #49469C

Tints of Governor Bay #49469C

Color information

#49469C (or 0x49469C) is unknown color: approx Governor Bay. HEX triplet: 49, 46 and 9C. RGB value is (73,70,156). Sum of RGB (Red+Green+Blue) = 73+70+156=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #49469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49469C is #B6B963. Grayscale: #505050. Windows color (decimal): -11975012 or 10241609. OLE color: 10241609.

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

Color convert

RGB7370156-
CMYK0.530.5500.39
HSL242.09º38.05%44.31%-
HSV(B)242.09º55.13%61.18%-
XYZ10.948.232.46-
YUV80.7170.49122.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=24.41%
G=23.41%
B=52.17%

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
Decimal73701560.530.5500.39242.0938.0544.31
Hex49469C3537027f2262c
Octal11110623465670473624654
Binary1001001100011010011100110101110111010011111110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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