#457197

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

Shades of Wedgewood #457197

Tints of Wedgewood #457197

Color information

#457197 (or 0x457197) is unknown color: approx Wedgewood. HEX triplet: 45, 71 and 97. RGB value is (69,113,151). Sum of RGB (Red+Green+Blue) = 69+113+151=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #457197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457197 is #BA8E68. Grayscale: #676767. Windows color (decimal): -12226153 or 9924933. OLE color: 9924933.

HSL color Cylindrical-coordinate representation of color #457197: hue angle of 207.8º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457197 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB69113151-
CMYK0.540.2500.41
HSL207.8º37.27%43.14%-
HSV(B)207.8º54.3%59.22%-
XYZ13.9515.3131.5-
YUV104.18154.42102.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=20.72%
G=33.93%
B=45.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691131510.540.2500.41207.837.2743.14
Hex4571973619029d0252b
Octal10516122766310513204553
Binary100010111100011001011111011011001010100111010000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457197; }

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

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

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

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

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

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

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

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