#495993

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

Shades of Governor Bay #495993

Tints of Governor Bay #495993

Color information

#495993 (or 0x495993) is unknown color: approx Governor Bay. HEX triplet: 49, 59 and 93. RGB value is (73,89,147). Sum of RGB (Red+Green+Blue) = 73+89+147=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #495993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495993 is #B6A66C. Grayscale: #5A5A5A. Windows color (decimal): -11970157 or 9656649. OLE color: 9656649.

HSL color Cylindrical-coordinate representation of color #495993: hue angle of 227.03º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495993 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7389147-
CMYK0.500.3900.42
HSL227.03º33.64%43.14%-
HSV(B)227.03º50.34%57.65%-
XYZ11.5910.6729.05-
YUV90.83159.7115.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=23.62%
G=28.80%
B=47.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73891470.500.3900.42227.0333.6443.14
Hex495993322702Ae3222b
Octal11113122362470523434253
Binary1001001101100110010011110010100111010101011100011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495993; }

 p { color: rgb(73,89,147); }

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

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

 a { background-color: rgb(73,89,147); }

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

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

 span { border-color: rgb(73,89,147); }

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