#495698

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

Shades of Governor Bay #495698

Tints of Governor Bay #495698

Color information

#495698 (or 0x495698) is unknown color: approx Governor Bay. HEX triplet: 49, 56 and 98. RGB value is (73,86,152). Sum of RGB (Red+Green+Blue) = 73+86+152=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #495698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495698 is #B6A967. Grayscale: #595959. Windows color (decimal): -11970920 or 9983561. OLE color: 9983561.

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

Color convert

RGB7386152-
CMYK0.520.4300.40
HSL230.13º35.11%44.12%-
HSV(B)230.13º51.97%59.61%-
XYZ11.7410.3431.08-
YUV89.64163.19116.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=23.47%
G=27.65%
B=48.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73861520.520.4300.40230.1335.1144.12
Hex495698342B028e6232c
Octal11112623064530503464354
Binary1001001101011010011000110100101011010100011100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495698; }

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

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

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

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

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

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

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

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