#495592

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

Shades of Governor Bay #495592

Tints of Governor Bay #495592

Color information

#495592 (or 0x495592) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 92. RGB value is (73,85,146). Sum of RGB (Red+Green+Blue) = 73+85+146=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #495592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495592 is #B6AA6D. Grayscale: #585858. Windows color (decimal): -11971182 or 9590089. OLE color: 9590089.

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

Color convert

RGB7385146-
CMYK0.50.4200.43
HSL230.14º33.33%42.94%-
HSV(B)230.14º50%57.25%-
XYZ11.189.9928.53-
YUV88.37160.52117.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=24.01%
G=27.96%
B=48.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73851460.50.4200.43230.1433.3342.94
Hex495592322A02Be6212b
Octal11112522262520533464153
Binary1001001101010110010010110010101010010101111100110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495592; }

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

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

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

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

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

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

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

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