#456B91

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

Shades of Wedgewood #456B91

Tints of Wedgewood #456B91

Color information

#456B91 (or 0x456B91) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 91. RGB value is (69,107,145). Sum of RGB (Red+Green+Blue) = 69+107+145=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #456B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B91 is #BA946E. Grayscale: #636363. Windows color (decimal): -12227695 or 9530181. OLE color: 9530181.

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

Color convert

RGB69107145-
CMYK0.520.2600.43
HSL210º35.51%41.96%-
HSV(B)210º52.41%56.86%-
XYZ12.8213.8228.78-
YUV99.97153.41105.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=21.50%
G=33.33%
B=45.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691071450.520.2600.4321035.5141.96
Hex456B91341A02Bd2242a
Octal10515322164320533224452
Binary100010111010111001000111010011010010101111010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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