#457193

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

Shades of Wedgewood #457193

Tints of Wedgewood #457193

Color information

#457193 (or 0x457193) is unknown color: approx Wedgewood. HEX triplet: 45, 71 and 93. RGB value is (69,113,147). Sum of RGB (Red+Green+Blue) = 69+113+147=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #457193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457193 is #BA8E6C. Grayscale: #676767. Windows color (decimal): -12226157 or 9662789. OLE color: 9662789.

HSL color Cylindrical-coordinate representation of color #457193: hue angle of 206.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457193 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69113147-
CMYK0.530.2300.42
HSL206.15º36.11%42.35%-
HSV(B)206.15º53.06%57.65%-
XYZ13.6315.1829.82-
YUV103.72152.42103.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=20.97%
G=34.35%
B=44.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691131470.530.2300.42206.1536.1142.35
Hex457193351702Ace242a
Octal10516122365270523164452
Binary100010111100011001001111010110111010101011001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457193; }

 p { color: rgb(69,113,147); }

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

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

 a { background-color: rgb(69,113,147); }

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

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

 span { border-color: rgb(69,113,147); }

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