#497095

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

Shades of Wedgewood #497095

Tints of Wedgewood #497095

Color information

#497095 (or 0x497095) is unknown color: approx Wedgewood. HEX triplet: 49, 70 and 95. RGB value is (73,112,149). Sum of RGB (Red+Green+Blue) = 73+112+149=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #497095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497095 is #B68F6A. Grayscale: #686868. Windows color (decimal): -11964267 or 9793609. OLE color: 9793609.

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

Color convert

RGB73112149-
CMYK0.510.2500.42
HSL209.21º34.23%43.53%-
HSV(B)209.21º51.01%58.43%-
XYZ13.9715.1730.63-
YUV104.56153.08105.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=21.86%
G=33.53%
B=44.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731121490.510.2500.42209.2134.2343.53
Hex497095331902Ad1222c
Octal11116022563310523214254
Binary100100111100001001010111001111001010101011010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497095; }

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

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

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

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

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

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

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

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