#495590

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

Shades of Governor Bay #495590

Tints of Governor Bay #495590

Color information

#495590 (or 0x495590) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 90. RGB value is (73,85,144). Sum of RGB (Red+Green+Blue) = 73+85+144=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #495590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495590 is #B6AA6F. Grayscale: #575757. Windows color (decimal): -11971184 or 9459017. OLE color: 9459017.

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

Color convert

RGB7385144-
CMYK0.490.4100.44
HSL229.86º32.72%42.55%-
HSV(B)229.86º49.31%56.47%-
XYZ11.039.9327.72-
YUV88.14159.52117.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=24.17%
G=28.15%
B=47.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73851440.490.4100.44229.8632.7242.55
Hex495590312902Ce6212b
Octal11112522061510543464153
Binary1001001101010110010000110001101001010110011100110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495590; }

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

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

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

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

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

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

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

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