#495395

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

Shades of Governor Bay #495395

Tints of Governor Bay #495395

Color information

#495395 (or 0x495395) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 95. RGB value is (73,83,149). Sum of RGB (Red+Green+Blue) = 73+83+149=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #495395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495395 is #B6AC6A. Grayscale: #575757. Windows color (decimal): -11971691 or 9786185. OLE color: 9786185.

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

Color convert

RGB7383149-
CMYK0.510.4400.42
HSL232.11º34.23%43.53%-
HSV(B)232.11º51.01%58.43%-
XYZ11.279.7729.73-
YUV87.53162.69117.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=23.93%
G=27.21%
B=48.85%

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
Decimal73831490.510.4400.42232.1134.2343.53
Hex495395332C02Ae8222c
Octal11112322563540523504254
Binary1001001101001110010101110011101100010101011101000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495395; }

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

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

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

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

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

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

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

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