#495695

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

Shades of Governor Bay #495695

Tints of Governor Bay #495695

Color information

#495695 (or 0x495695) is unknown color: approx Governor Bay. HEX triplet: 49, 56 and 95. RGB value is (73,86,149). Sum of RGB (Red+Green+Blue) = 73+86+149=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #495695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495695 is #B6A96A. Grayscale: #595959. Windows color (decimal): -11970923 or 9786953. OLE color: 9786953.

HSL color Cylindrical-coordinate representation of color #495695: hue angle of 229.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495695 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7386149-
CMYK0.510.4200.42
HSL229.74º34.23%43.53%-
HSV(B)229.74º51.01%58.43%-
XYZ11.510.2429.8-
YUV89.3161.69116.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=23.70%
G=27.92%
B=48.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73861490.510.4200.42229.7434.2343.53
Hex495695332A02Ae6222c
Octal11112622563520523464254
Binary1001001101011010010101110011101010010101011100110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495695; }

 p { color: rgb(73,86,149); }

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

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

 a { background-color: rgb(73,86,149); }

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

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

 span { border-color: rgb(73,86,149); }

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