#495297

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

Shades of Governor Bay #495297

Tints of Governor Bay #495297

Color information

#495297 (or 0x495297) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 97. RGB value is (73,82,151). Sum of RGB (Red+Green+Blue) = 73+82+151=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #495297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495297 is #B6AD68. Grayscale: #565656. Windows color (decimal): -11971945 or 9917001. OLE color: 9917001.

HSL color Cylindrical-coordinate representation of color #495297: hue angle of 233.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495297 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7382151-
CMYK0.520.4600.41
HSL233.08º34.82%43.92%-
HSV(B)233.08º51.66%59.22%-
XYZ11.359.6930.55-
YUV87.18164.02117.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=23.86%
G=26.80%
B=49.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73821510.520.4600.41233.0834.8243.92
Hex495297342E029e9232c
Octal11112222764560513514354
Binary1001001101001010010111110100101110010100111101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495297; }

 p { color: rgb(73,82,151); }

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

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

 a { background-color: rgb(73,82,151); }

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

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

 span { border-color: rgb(73,82,151); }

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