#486582

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

Shades of Wedgewood #486582

Tints of Wedgewood #486582

Color information

#486582 (or 0x486582) is unknown color: approx Wedgewood. HEX triplet: 48, 65 and 82. RGB value is (72,101,130). Sum of RGB (Red+Green+Blue) = 72+101+130=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 101 (39.84% from 255 or 33.33% 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 #486582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486582 is #B79A7D. Grayscale: #5F5F5F. Windows color (decimal): -12032638 or 8545608. OLE color: 8545608.

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

Color convert

RGB72101130-
CMYK0.450.2200.49
HSL210º28.71%39.61%-
HSV(B)210º44.62%50.98%-
XYZ11.3612.322.89-
YUV95.64147.39111.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=23.76%
G=33.33%
B=42.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721011300.450.2200.4921028.7139.61
Hex4865822D16031d21d28
Octal11014520255260613223550
Binary10010001100101100000101011011011001100011101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486582; }

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

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

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

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

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

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

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

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