#456890

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

Shades of Wedgewood #456890

Tints of Wedgewood #456890

Color information

#456890 (or 0x456890) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 90. RGB value is (69,104,144). Sum of RGB (Red+Green+Blue) = 69+104+144=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #456890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456890 is #BA976F. Grayscale: #616161. Windows color (decimal): -12228464 or 9463877. OLE color: 9463877.

HSL color Cylindrical-coordinate representation of color #456890: hue angle of 212º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456890 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69104144-
CMYK0.520.2800.44
HSL212º35.21%41.76%-
HSV(B)212º52.08%56.47%-
XYZ12.4413.1828.27-
YUV98.1153.9107.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=21.77%
G=32.81%
B=45.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691041440.520.2800.4421235.2141.76
Hex456890341C02Cd4232a
Octal10515022064340543244352
Binary100010111010001001000011010011100010110011010100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456890; }

 p { color: rgb(69,104,144); }

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

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

 a { background-color: rgb(69,104,144); }

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

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

 span { border-color: rgb(69,104,144); }

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