#486482

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

Shades of Wedgewood #486482

Tints of Wedgewood #486482

Color information

#486482 (or 0x486482) is unknown color: approx Wedgewood. HEX triplet: 48, 64 and 82. RGB value is (72,100,130). Sum of RGB (Red+Green+Blue) = 72+100+130=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #486482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486482 is #B79B7D. Grayscale: #5E5E5E. Windows color (decimal): -12032894 or 8545352. OLE color: 8545352.

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

Color convert

RGB72100130-
CMYK0.450.2300.49
HSL211.03º28.71%39.61%-
HSV(B)211.03º44.62%50.98%-
XYZ11.2612.122.86-
YUV95.05147.72111.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=23.84%
G=33.11%
B=43.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721001300.450.2300.49211.0328.7139.61
Hex4864822D17031d31d28
Octal11014420255270613233550
Binary10010001100100100000101011011011101100011101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486482; }

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

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

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

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

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

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

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

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