#495095

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

Shades of Governor Bay #495095

Tints of Governor Bay #495095

Color information

#495095 (or 0x495095) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 95. RGB value is (73,80,149). Sum of RGB (Red+Green+Blue) = 73+80+149=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #495095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495095 is #B6AF6A. Grayscale: #555555. Windows color (decimal): -11972459 or 9785417. OLE color: 9785417.

HSL color Cylindrical-coordinate representation of color #495095: hue angle of 234.47º 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 #495095 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7380149-
CMYK0.510.4600.42
HSL234.47º34.23%43.53%-
HSV(B)234.47º51.01%58.43%-
XYZ11.049.3229.65-
YUV85.77163.68118.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=24.17%
G=26.49%
B=49.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73801490.510.4600.42234.4734.2343.53
Hex495095332E02Aea222c
Octal11112022563560523524254
Binary1001001101000010010101110011101110010101011101010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495095; }

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

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

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

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

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

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

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

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