#456E8D

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

Shades of Wedgewood #456E8D

Tints of Wedgewood #456E8D

Color information

#456E8D (or 0x456E8D) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 8D. RGB value is (69,110,141). Sum of RGB (Red+Green+Blue) = 69+110+141=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #456E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E8D is #BA9172. Grayscale: #656565. Windows color (decimal): -12226931 or 9268805. OLE color: 9268805.

HSL color Cylindrical-coordinate representation of color #456E8D: hue angle of 205.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456E8D is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69110141-
CMYK0.510.2200.45
HSL205.83º34.29%41.18%-
HSV(B)205.83º51.06%55.29%-
XYZ12.8414.3427.29-
YUV101.28150.42104.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=21.56%
G=34.38%
B=44.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691101410.510.2200.45205.8334.2941.18
Hex456E8D331602Dce2229
Octal10515621563260553164251
Binary100010111011101000110111001110110010110111001110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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