#456582

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

Shades of Wedgewood #456582

Tints of Wedgewood #456582

Color information

#456582 (or 0x456582) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 82. RGB value is (69,101,130). Sum of RGB (Red+Green+Blue) = 69+101+130=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #456582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456582 is #BA9A7D. Grayscale: #5E5E5E. Windows color (decimal): -12229246 or 8545605. OLE color: 8545605.

HSL color Cylindrical-coordinate representation of color #456582: hue angle of 208.52º 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 #456582 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69101130-
CMYK0.470.2200.49
HSL208.52º30.65%39.02%-
HSV(B)208.52º46.92%50.98%-
XYZ11.1412.1822.88-
YUV94.74147.9109.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=23%
G=33.67%
B=43.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691011300.470.2200.49208.5230.6539.02
Hex4565822F16031d11f27
Octal10514520257260613213747
Binary10001011100101100000101011111011001100011101000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456582; }

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

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

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

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

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

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

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

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