#495392

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

Shades of Governor Bay #495392

Tints of Governor Bay #495392

Color information

#495392 (or 0x495392) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 92. RGB value is (73,83,146). Sum of RGB (Red+Green+Blue) = 73+83+146=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #495392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495392 is #B6AC6D. Grayscale: #565656. Windows color (decimal): -11971694 or 9589577. OLE color: 9589577.

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

Color convert

RGB7383146-
CMYK0.50.4300.43
HSL231.78º33.33%42.94%-
HSV(B)231.78º50%57.25%-
XYZ11.039.6828.48-
YUV87.19161.19117.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=24.17%
G=27.48%
B=48.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73831460.50.4300.43231.7833.3342.94
Hex495392322B02Be8212b
Octal11112322262530533504153
Binary1001001101001110010010110010101011010101111101000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495392; }

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

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

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

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

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

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

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

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