#49569f

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

Shades of Governor Bay #49569F

Tints of Governor Bay #49569F

Color information

#49569F (or 0x49569F) is unknown color: approx Governor Bay. HEX triplet: 49, 56 and 9F. RGB value is (73,86,159). Sum of RGB (Red+Green+Blue) = 73+86+159=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #49569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49569F is #B6A960. Grayscale: #5A5A5A. Windows color (decimal): -11970913 or 10442313. OLE color: 10442313.

HSL color Cylindrical-coordinate representation of color #49569F: hue angle of 230.93º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49569F is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7386159-
CMYK0.540.4600.38
HSL230.93º37.07%45.49%-
HSV(B)230.93º54.09%62.35%-
XYZ12.3310.5834.19-
YUV90.44166.69115.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 159 (62.5% from 255) = 50%
R=22.96%
G=27.04%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73861590.540.4600.38230.9337.0745.49
Hex49569F362E026e7252d
Octal11112623766560463474555
Binary1001001101011010011111110110101110010011011100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49569f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49569f; }

 p { color: rgb(73,86,159); }

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

<style>
 a { background-color: #49569f; }

 a { background-color: rgb(73,86,159); }

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

<style>
 span { border-color: #49569f; }

 span { border-color: rgb(73,86,159); }

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