#486983

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

Shades of Wedgewood #486983

Tints of Wedgewood #486983

Color information

#486983 (or 0x486983) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 83. RGB value is (72,105,131). Sum of RGB (Red+Green+Blue) = 72+105+131=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #486983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486983 is #B7967C. Grayscale: #616161. Windows color (decimal): -12031613 or 8612168. OLE color: 8612168.

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

Color convert

RGB72105131-
CMYK0.450.2000.49
HSL206.44º29.06%39.8%-
HSV(B)206.44º45.04%51.37%-
XYZ11.8213.1223.38-
YUV98.1146.57109.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=23.38%
G=34.09%
B=42.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721051310.450.2000.49206.4429.0639.8
Hex4869832D14031ce1d28
Octal11015120355240613163550
Binary10010001101001100000111011011010001100011100111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486983; }

 p { color: rgb(72,105,131); }

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

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

 a { background-color: rgb(72,105,131); }

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

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

 span { border-color: rgb(72,105,131); }

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