#495792

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

Shades of Governor Bay #495792

Tints of Governor Bay #495792

Color information

#495792 (or 0x495792) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and 92. RGB value is (73,87,146). Sum of RGB (Red+Green+Blue) = 73+87+146=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #495792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495792 is #B6A86D. Grayscale: #595959. Windows color (decimal): -11970670 or 9590601. OLE color: 9590601.

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

Color convert

RGB7387146-
CMYK0.50.4000.43
HSL228.49º33.33%42.94%-
HSV(B)228.49º50%57.25%-
XYZ11.3410.3128.59-
YUV89.54159.86116.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=23.86%
G=28.43%
B=47.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73871460.50.4000.43228.4933.3342.94
Hex495792322802Be4212b
Octal11112722262500533444153
Binary1001001101011110010010110010101000010101111100100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495792; }

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

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

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

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

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

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

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

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