#486289

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

Shades of Wedgewood #486289

Tints of Wedgewood #486289

Color information

#486289 (or 0x486289) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 89. RGB value is (72,98,137). Sum of RGB (Red+Green+Blue) = 72+98+137=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #486289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486289 is #B79D76. Grayscale: #5E5E5E. Windows color (decimal): -12033399 or 9003592. OLE color: 9003592.

HSL color Cylindrical-coordinate representation of color #486289: hue angle of 216º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486289 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7298137-
CMYK0.470.2800.46
HSL216º31.1%40.98%-
HSV(B)216º47.45%53.73%-
XYZ11.5611.9225.36-
YUV94.67151.89111.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=23.45%
G=31.92%
B=44.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72981370.470.2800.4621631.140.98
Hex4862892F1C02Ed81f29
Octal11014221157340563303751
Binary10010001100010100010011011111110001011101101100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486289; }

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

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

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

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

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

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

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

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