#456E91

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

Shades of Wedgewood #456E91

Tints of Wedgewood #456E91

Color information

#456E91 (or 0x456E91) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 91. RGB value is (69,110,145). Sum of RGB (Red+Green+Blue) = 69+110+145=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #456E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E91 is #BA916E. Grayscale: #656565. Windows color (decimal): -12226927 or 9530949. OLE color: 9530949.

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

Color convert

RGB69110145-
CMYK0.520.2400.43
HSL207.63º35.51%41.96%-
HSV(B)207.63º52.41%56.86%-
XYZ13.1414.4628.89-
YUV101.73152.42104.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=21.30%
G=33.95%
B=44.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691101450.520.2400.43207.6335.5141.96
Hex456E91341802Bd0242a
Octal10515622164300533204452
Binary100010111011101001000111010011000010101111010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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