#486182

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

Shades of Wedgewood #486182

Tints of Wedgewood #486182

Color information

#486182 (or 0x486182) is unknown color: approx Wedgewood. HEX triplet: 48, 61 and 82. RGB value is (72,97,130). Sum of RGB (Red+Green+Blue) = 72+97+130=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #486182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486182 is #B79E7D. Grayscale: #5D5D5D. Windows color (decimal): -12033662 or 8544584. OLE color: 8544584.

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

Color convert

RGB7297130-
CMYK0.450.2500.49
HSL214.14º28.71%39.61%-
HSV(B)214.14º44.62%50.98%-
XYZ10.9811.5422.77-
YUV93.29148.72112.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=24.08%
G=32.44%
B=43.48%

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
Decimal72971300.450.2500.49214.1428.7139.61
Hex4861822D19031d61d28
Octal11014120255310613263550
Binary10010001100001100000101011011100101100011101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486182; }

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

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

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

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

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

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

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

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