#486284

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

Shades of Wedgewood #486284

Tints of Wedgewood #486284

Color information

#486284 (or 0x486284) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 84. RGB value is (72,98,132). Sum of RGB (Red+Green+Blue) = 72+98+132=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #486284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486284 is #B79D7B. Grayscale: #5D5D5D. Windows color (decimal): -12033404 or 8675912. OLE color: 8675912.

HSL color Cylindrical-coordinate representation of color #486284: hue angle of 214º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486284 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7298132-
CMYK0.450.2600.48
HSL214º29.41%40%-
HSV(B)214º45.45%51.76%-
XYZ11.2111.7823.51-
YUV94.1149.39112.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=23.84%
G=32.45%
B=43.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72981320.450.2600.4821429.4140
Hex4862842D1A030d61d28
Octal11014220455320603263550
Binary10010001100010100001001011011101001100001101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486284; }

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

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

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

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

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

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

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

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