#456280

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

Shades of Wedgewood #456280

Tints of Wedgewood #456280

Color information

#456280 (or 0x456280) is unknown color: approx Wedgewood. HEX triplet: 45, 62 and 80. RGB value is (69,98,128). Sum of RGB (Red+Green+Blue) = 69+98+128=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #456280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456280 is #BA9D7F. Grayscale: #5C5C5C. Windows color (decimal): -12230016 or 8413765. OLE color: 8413765.

HSL color Cylindrical-coordinate representation of color #456280: hue angle of 210.51º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456280 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6998128-
CMYK0.460.2300.50
HSL210.51º29.95%38.63%-
HSV(B)210.51º46.09%50.2%-
XYZ10.7211.5622.09-
YUV92.75147.89111.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=23.39%
G=33.22%
B=43.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69981280.460.2300.50210.5129.9538.63
Hex4562802E17032d31e27
Octal10514220056270623233647
Binary10001011100010100000001011101011101100101101001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456280; }

 p { color: rgb(69,98,128); }

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

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

 a { background-color: rgb(69,98,128); }

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

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

 span { border-color: rgb(69,98,128); }

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