#456791

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

Shades of Wedgewood #456791

Tints of Wedgewood #456791

Color information

#456791 (or 0x456791) is unknown color: approx Wedgewood. HEX triplet: 45, 67 and 91. RGB value is (69,103,145). Sum of RGB (Red+Green+Blue) = 69+103+145=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #456791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456791 is #BA986E. Grayscale: #616161. Windows color (decimal): -12228719 or 9529157. OLE color: 9529157.

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

Color convert

RGB69103145-
CMYK0.520.2900.43
HSL213.16º35.51%41.96%-
HSV(B)213.16º52.41%56.86%-
XYZ12.4213.0128.64-
YUV97.62154.74107.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=21.77%
G=32.49%
B=45.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691031450.520.2900.43213.1635.5141.96
Hex456791341D02Bd5242a
Octal10514722164350533254452
Binary100010111001111001000111010011101010101111010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456791; }

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

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

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

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

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

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

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

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