#494B90

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

Shades of Governor Bay #494B90

Tints of Governor Bay #494B90

Color information

#494B90 (or 0x494B90) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 90. RGB value is (73,75,144). Sum of RGB (Red+Green+Blue) = 73+75+144=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #494B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B90 is #B6B46F. Grayscale: #515151. Windows color (decimal): -11973744 or 9456457. OLE color: 9456457.

HSL color Cylindrical-coordinate representation of color #494B90: hue angle of 238.31º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494B90 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7375144-
CMYK0.490.4800.44
HSL238.31º32.72%42.55%-
HSV(B)238.31º49.31%56.47%-
XYZ10.38.4627.48-
YUV82.27162.84121.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=25%
G=25.68%
B=49.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73751440.490.4800.44238.3132.7242.55
Hex494B90313002Cee212b
Octal11111322061600543564153
Binary1001001100101110010000110001110000010110011101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,144); }

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

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

 a { background-color: rgb(73,75,144); }

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

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

 span { border-color: rgb(73,75,144); }

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