#495290

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

Shades of Governor Bay #495290

Tints of Governor Bay #495290

Color information

#495290 (or 0x495290) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 90. RGB value is (73,82,144). Sum of RGB (Red+Green+Blue) = 73+82+144=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #495290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495290 is #B6AD6F. Grayscale: #565656. Windows color (decimal): -11971952 or 9458249. OLE color: 9458249.

HSL color Cylindrical-coordinate representation of color #495290: hue angle of 232.39º 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 #495290 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7382144-
CMYK0.490.4300.44
HSL232.39º32.72%42.55%-
HSV(B)232.39º49.31%56.47%-
XYZ10.89.4627.64-
YUV86.38160.52118.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=24.41%
G=27.42%
B=48.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73821440.490.4300.44232.3932.7242.55
Hex495290312B02Ce8212b
Octal11112222061530543504153
Binary1001001101001010010000110001101011010110011101000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495290; }

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

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

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

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

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

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

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

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