#486C83

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

Shades of Wedgewood #486C83

Tints of Wedgewood #486C83

Color information

#486C83 (or 0x486C83) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 83. RGB value is (72,108,131). Sum of RGB (Red+Green+Blue) = 72+108+131=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #486C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C83 is #B7937C. Grayscale: #636363. Windows color (decimal): -12030845 or 8612936. OLE color: 8612936.

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

Color convert

RGB72108131-
CMYK0.450.1800.49
HSL203.39º29.06%39.8%-
HSV(B)203.39º45.04%51.37%-
XYZ12.1313.7423.49-
YUV99.86145.57108.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=23.15%
G=34.73%
B=42.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721081310.450.1800.49203.3929.0639.8
Hex486C832D12031cb1d28
Octal11015420355220613133550
Binary10010001101100100000111011011001001100011100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486C83; }

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

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

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

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

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

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

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

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