#486389

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

Shades of Wedgewood #486389

Tints of Wedgewood #486389

Color information

#486389 (or 0x486389) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 89. RGB value is (72,99,137). Sum of RGB (Red+Green+Blue) = 72+99+137=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #486389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486389 is #B79C76. Grayscale: #5F5F5F. Windows color (decimal): -12033143 or 9003848. OLE color: 9003848.

HSL color Cylindrical-coordinate representation of color #486389: hue angle of 215.08º 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 #486389 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7299137-
CMYK0.470.2800.46
HSL215.08º31.1%40.98%-
HSV(B)215.08º47.45%53.73%-
XYZ11.6512.1125.39-
YUV95.26151.55111.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=23.38%
G=32.14%
B=44.48%

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
Decimal72991370.470.2800.46215.0831.140.98
Hex4863892F1C02Ed71f29
Octal11014321157340563273751
Binary10010001100011100010011011111110001011101101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486389; }

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

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

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

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

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

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

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

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