#456D91

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

Shades of Wedgewood #456D91

Tints of Wedgewood #456D91

Color information

#456D91 (or 0x456D91) is unknown color: approx Wedgewood. HEX triplet: 45, 6D and 91. RGB value is (69,109,145). Sum of RGB (Red+Green+Blue) = 69+109+145=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #456D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D91 is #BA926E. Grayscale: #646464. Windows color (decimal): -12227183 or 9530693. OLE color: 9530693.

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

Color convert

RGB69109145-
CMYK0.520.2500.43
HSL208.42º35.51%41.96%-
HSV(B)208.42º52.41%56.86%-
XYZ13.0314.2528.85-
YUV101.14152.75105.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=21.36%
G=33.75%
B=44.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691091450.520.2500.43208.4235.5141.96
Hex456D91341902Bd0242a
Octal10515522164310533204452
Binary100010111011011001000111010011001010101111010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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