#486282

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

Shades of Wedgewood #486282

Tints of Wedgewood #486282

Color information

#486282 (or 0x486282) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 82. RGB value is (72,98,130). Sum of RGB (Red+Green+Blue) = 72+98+130=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 98 (38.67% from 255 or 32.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 #486282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486282 is #B79D7D. Grayscale: #5D5D5D. Windows color (decimal): -12033406 or 8544840. OLE color: 8544840.

HSL color Cylindrical-coordinate representation of color #486282: hue angle of 213.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486282 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7298130-
CMYK0.450.2500.49
HSL213.1º28.71%39.61%-
HSV(B)213.1º44.62%50.98%-
XYZ11.0711.7222.8-
YUV93.87148.39112.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=24%
G=32.67%
B=43.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72981300.450.2500.49213.128.7139.61
Hex4862822D19031d51d28
Octal11014220255310613253550
Binary10010001100010100000101011011100101100011101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486282; }

 p { color: rgb(72,98,130); }

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

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

 a { background-color: rgb(72,98,130); }

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

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

 span { border-color: rgb(72,98,130); }

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