#495296

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

Shades of Governor Bay #495296

Tints of Governor Bay #495296

Color information

#495296 (or 0x495296) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 96. RGB value is (73,82,150). Sum of RGB (Red+Green+Blue) = 73+82+150=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #495296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495296 is #B6AD69. Grayscale: #565656. Windows color (decimal): -11971946 or 9851465. OLE color: 9851465.

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

Color convert

RGB7382150-
CMYK0.510.4500.41
HSL232.99º34.53%43.73%-
HSV(B)232.99º51.33%58.82%-
XYZ11.279.6530.12-
YUV87.06163.52117.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=23.93%
G=26.89%
B=49.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73821500.510.4500.41232.9934.5343.73
Hex495296332D029e9232c
Octal11112222663550513514354
Binary1001001101001010010110110011101101010100111101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495296; }

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

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

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

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

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

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

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

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