#494E93

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

Shades of Governor Bay #494E93

Tints of Governor Bay #494E93

Color information

#494E93 (or 0x494E93) is unknown color: approx Governor Bay. HEX triplet: 49, 4E and 93. RGB value is (73,78,147). Sum of RGB (Red+Green+Blue) = 73+78+147=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #494E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E93 is #B6B16C. Grayscale: #545454. Windows color (decimal): -11972973 or 9653833. OLE color: 9653833.

HSL color Cylindrical-coordinate representation of color #494E93: hue angle of 235.95º 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 #494E93 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7378147-
CMYK0.500.4700.42
HSL235.95º33.64%43.14%-
HSV(B)235.95º50.34%57.65%-
XYZ10.748.9728.77-
YUV84.37163.34119.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=24.50%
G=26.17%
B=49.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73781470.500.4700.42235.9533.6443.14
Hex494E93322F02Aec222b
Octal11111622362570523544253
Binary1001001100111010010011110010101111010101011101100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E93; }

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

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

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

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

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

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

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

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