#495495

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

Shades of Governor Bay #495495

Tints of Governor Bay #495495

Color information

#495495 (or 0x495495) is unknown color: approx Governor Bay. HEX triplet: 49, 54 and 95. RGB value is (73,84,149). Sum of RGB (Red+Green+Blue) = 73+84+149=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #495495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495495 is #B6AB6A. Grayscale: #575757. Windows color (decimal): -11971435 or 9786441. OLE color: 9786441.

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

Color convert

RGB7384149-
CMYK0.510.4400.42
HSL231.32º34.23%43.53%-
HSV(B)231.32º51.01%58.43%-
XYZ11.349.9329.75-
YUV88.12162.36117.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=23.86%
G=27.45%
B=48.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73841490.510.4400.42231.3234.2343.53
Hex495495332C02Ae7222c
Octal11112422563540523474254
Binary1001001101010010010101110011101100010101011100111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495495; }

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

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

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

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

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

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

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

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