#486283

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

Shades of Wedgewood #486283

Tints of Wedgewood #486283

Color information

#486283 (or 0x486283) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 83. RGB value is (72,98,131). Sum of RGB (Red+Green+Blue) = 72+98+131=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #486283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486283 is #B79D7C. Grayscale: #5D5D5D. Windows color (decimal): -12033405 or 8610376. OLE color: 8610376.

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

Color convert

RGB7298131-
CMYK0.450.2500.49
HSL213.56º29.06%39.8%-
HSV(B)213.56º45.04%51.37%-
XYZ11.1411.7523.15-
YUV93.99148.89112.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=23.92%
G=32.56%
B=43.52%

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
Decimal72981310.450.2500.49213.5629.0639.8
Hex4862832D19031d61d28
Octal11014220355310613263550
Binary10010001100010100000111011011100101100011101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486283; }

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

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

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

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

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

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

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

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