#494B8D

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

Shades of Governor Bay #494B8D

Tints of Governor Bay #494B8D

Color information

#494B8D (or 0x494B8D) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 8D. RGB value is (73,75,141). Sum of RGB (Red+Green+Blue) = 73+75+141=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #494B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B8D is #B6B472. Grayscale: #515151. Windows color (decimal): -11973747 or 9259849. OLE color: 9259849.

HSL color Cylindrical-coordinate representation of color #494B8D: hue angle of 238.24º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494B8D is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7375141-
CMYK0.480.4700.45
HSL238.24º31.78%41.96%-
HSV(B)238.24º48.23%55.29%-
XYZ10.078.3726.28-
YUV81.93161.34121.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=25.26%
G=25.95%
B=48.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73751410.480.4700.45238.2431.7841.96
Hex494B8D302F02Dee202a
Octal11111321560570553564052
Binary1001001100101110001101110000101111010110111101110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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