#494895

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

Shades of Governor Bay #494895

Tints of Governor Bay #494895

Color information

#494895 (or 0x494895) is unknown color: approx Governor Bay. HEX triplet: 49, 48 and 95. RGB value is (73,72,149). Sum of RGB (Red+Green+Blue) = 73+72+149=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #494895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494895 is #B6B76A. Grayscale: #505050. Windows color (decimal): -11974507 or 9783369. OLE color: 9783369.

HSL color Cylindrical-coordinate representation of color #494895: hue angle of 240.78º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494895 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7372149-
CMYK0.510.5200.42
HSL240.78º34.84%43.33%-
HSV(B)240.78º51.68%58.43%-
XYZ10.498.2229.47-
YUV81.08166.33122.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=24.83%
G=24.49%
B=50.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73721490.510.5200.42240.7834.8443.33
Hex494895333402Af1232b
Octal11111022563640523614353
Binary1001001100100010010101110011110100010101011110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494895; }

 p { color: rgb(73,72,149); }

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

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

 a { background-color: rgb(73,72,149); }

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

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

 span { border-color: rgb(73,72,149); }

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