#495596

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

Shades of Governor Bay #495596

Tints of Governor Bay #495596

Color information

#495596 (or 0x495596) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 96. RGB value is (73,85,150). Sum of RGB (Red+Green+Blue) = 73+85+150=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #495596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495596 is #B6AA69. Grayscale: #585858. Windows color (decimal): -11971178 or 9852233. OLE color: 9852233.

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

Color convert

RGB7385150-
CMYK0.510.4300.41
HSL230.65º34.53%43.73%-
HSV(B)230.65º51.33%58.82%-
XYZ11.510.1230.2-
YUV88.82162.52116.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=23.70%
G=27.60%
B=48.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73851500.510.4300.41230.6534.5343.73
Hex495596332B029e7232c
Octal11112522663530513474354
Binary1001001101010110010110110011101011010100111100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495596; }

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

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

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

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

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

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

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

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