#486285

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

Shades of Wedgewood #486285

Tints of Wedgewood #486285

Color information

#486285 (or 0x486285) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 85. RGB value is (72,98,133). Sum of RGB (Red+Green+Blue) = 72+98+133=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #486285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486285 is #B79D7A. Grayscale: #5E5E5E. Windows color (decimal): -12033403 or 8741448. OLE color: 8741448.

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

Color convert

RGB7298133-
CMYK0.460.2600.48
HSL214.43º29.76%40.2%-
HSV(B)214.43º45.86%52.16%-
XYZ11.2711.8123.88-
YUV94.22149.89112.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=23.76%
G=32.34%
B=43.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72981330.460.2600.48214.4329.7640.2
Hex4862852E1A030d61e28
Octal11014220556320603263650
Binary10010001100010100001011011101101001100001101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486285; }

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

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

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

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

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

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

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

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