#456882

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

Shades of Wedgewood #456882

Tints of Wedgewood #456882

Color information

#456882 (or 0x456882) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 82. RGB value is (69,104,130). Sum of RGB (Red+Green+Blue) = 69+104+130=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #456882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456882 is #BA977D. Grayscale: #606060. Windows color (decimal): -12228478 or 8546373. OLE color: 8546373.

HSL color Cylindrical-coordinate representation of color #456882: hue angle of 205.57º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456882 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69104130-
CMYK0.470.200.49
HSL205.57º30.65%39.02%-
HSV(B)205.57º46.92%50.98%-
XYZ11.4312.7822.98-
YUV96.5146.9108.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=22.77%
G=34.32%
B=42.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691041300.470.200.49205.5730.6539.02
Hex4568822F14031ce1f27
Octal10515020257240613163747
Binary10001011101000100000101011111010001100011100111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456882; }

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

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

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

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

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

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

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

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