#456893

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

Shades of Wedgewood #456893

Tints of Wedgewood #456893

Color information

#456893 (or 0x456893) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 93. RGB value is (69,104,147). Sum of RGB (Red+Green+Blue) = 69+104+147=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #456893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456893 is #BA976C. Grayscale: #626262. Windows color (decimal): -12228461 or 9660485. OLE color: 9660485.

HSL color Cylindrical-coordinate representation of color #456893: hue angle of 213.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456893 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69104147-
CMYK0.530.2900.42
HSL213.08º36.11%42.35%-
HSV(B)213.08º53.06%57.65%-
XYZ12.6713.2729.5-
YUV98.44155.4107-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=21.56%
G=32.5%
B=45.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691041470.530.2900.42213.0836.1142.35
Hex456893351D02Ad5242a
Octal10515022365350523254452
Binary100010111010001001001111010111101010101011010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456893; }

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

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

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

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

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

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

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

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