#495291

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

Shades of Governor Bay #495291

Tints of Governor Bay #495291

Color information

#495291 (or 0x495291) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 91. RGB value is (73,82,145). Sum of RGB (Red+Green+Blue) = 73+82+145=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #495291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495291 is #B6AD6E. Grayscale: #565656. Windows color (decimal): -11971951 or 9523785. OLE color: 9523785.

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

Color convert

RGB7382145-
CMYK0.500.4300.43
HSL232.5º33.03%42.75%-
HSV(B)232.5º49.66%56.86%-
XYZ10.889.528.05-
YUV86.49161.02118.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=24.33%
G=27.33%
B=48.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73821450.500.4300.43232.533.0342.75
Hex495291322B02Be8212b
Octal11112222162530533504153
Binary1001001101001010010001110010101011010101111101000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495291; }

 p { color: rgb(73,82,145); }

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

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

 a { background-color: rgb(73,82,145); }

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

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

 span { border-color: rgb(73,82,145); }

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