#457092

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

Shades of Wedgewood #457092

Tints of Wedgewood #457092

Color information

#457092 (or 0x457092) is unknown color: approx Wedgewood. HEX triplet: 45, 70 and 92. RGB value is (69,112,146). Sum of RGB (Red+Green+Blue) = 69+112+146=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #457092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457092 is #BA8F6D. Grayscale: #666666. Windows color (decimal): -12226414 or 9596997. OLE color: 9596997.

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

Color convert

RGB69112146-
CMYK0.530.2300.43
HSL206.49º35.81%42.16%-
HSV(B)206.49º52.74%57.25%-
XYZ13.4414.9329.37-
YUV103.02152.25103.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=21.10%
G=34.25%
B=44.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691121460.530.2300.43206.4935.8142.16
Hex457092351702Bce242a
Octal10516022265270533164452
Binary100010111100001001001011010110111010101111001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457092; }

 p { color: rgb(69,112,146); }

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

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

 a { background-color: rgb(69,112,146); }

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

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

 span { border-color: rgb(69,112,146); }

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