#456F91

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

Shades of Wedgewood #456F91

Tints of Wedgewood #456F91

Color information

#456F91 (or 0x456F91) is unknown color: approx Wedgewood. HEX triplet: 45, 6F and 91. RGB value is (69,111,145). Sum of RGB (Red+Green+Blue) = 69+111+145=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #456F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F91 is #BA906E. Grayscale: #666666. Windows color (decimal): -12226671 or 9531205. OLE color: 9531205.

HSL color Cylindrical-coordinate representation of color #456F91: hue angle of 206.84º 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 #456F91 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69111145-
CMYK0.520.2300.43
HSL206.84º35.51%41.96%-
HSV(B)206.84º52.41%56.86%-
XYZ13.2514.6828.92-
YUV102.32152.09104.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=21.23%
G=34.15%
B=44.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691111450.520.2300.43206.8435.5141.96
Hex456F91341702Bcf242a
Octal10515722164270533174452
Binary100010111011111001000111010010111010101111001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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