#495295

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

Shades of Governor Bay #495295

Tints of Governor Bay #495295

Color information

#495295 (or 0x495295) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 95. RGB value is (73,82,149). Sum of RGB (Red+Green+Blue) = 73+82+149=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #495295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495295 is #B6AD6A. Grayscale: #565656. Windows color (decimal): -11971947 or 9785929. OLE color: 9785929.

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

Color convert

RGB7382149-
CMYK0.510.4500.42
HSL232.89º34.23%43.53%-
HSV(B)232.89º51.01%58.43%-
XYZ11.199.6229.7-
YUV86.95163.02118.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=24.01%
G=26.97%
B=49.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73821490.510.4500.42232.8934.2343.53
Hex495295332D02Ae9222c
Octal11112222563550523514254
Binary1001001101001010010101110011101101010101011101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495295; }

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

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

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

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

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

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

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

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