#456E93

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

Shades of Wedgewood #456E93

Tints of Wedgewood #456E93

Color information

#456E93 (or 0x456E93) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 93. RGB value is (69,110,147). Sum of RGB (Red+Green+Blue) = 69+110+147=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #456E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E93 is #BA916C. Grayscale: #656565. Windows color (decimal): -12226925 or 9662021. OLE color: 9662021.

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

Color convert

RGB69110147-
CMYK0.530.2500.42
HSL208.46º36.11%42.35%-
HSV(B)208.46º53.06%57.65%-
XYZ13.314.5229.71-
YUV101.96153.42104.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=21.17%
G=33.74%
B=45.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691101470.530.2500.42208.4636.1142.35
Hex456E93351902Ad0242a
Octal10515622365310523204452
Binary100010111011101001001111010111001010101011010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456E93; }

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

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

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

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

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

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

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

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