#495595

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

Shades of Governor Bay #495595

Tints of Governor Bay #495595

Color information

#495595 (or 0x495595) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 95. RGB value is (73,85,149). Sum of RGB (Red+Green+Blue) = 73+85+149=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #495595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495595 is #B6AA6A. Grayscale: #585858. Windows color (decimal): -11971179 or 9786697. OLE color: 9786697.

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

Color convert

RGB7385149-
CMYK0.510.4300.42
HSL230.53º34.23%43.53%-
HSV(B)230.53º51.01%58.43%-
XYZ11.4210.0829.78-
YUV88.71162.02116.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=23.78%
G=27.69%
B=48.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73851490.510.4300.42230.5334.2343.53
Hex495595332B02Ae7222c
Octal11112522563530523474254
Binary1001001101010110010101110011101011010101011100111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495595; }

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

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

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

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

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

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

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

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