#487189

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

Shades of Wedgewood #487189

Tints of Wedgewood #487189

Color information

#487189 (or 0x487189) is unknown color: approx Wedgewood. HEX triplet: 48, 71 and 89. RGB value is (72,113,137). Sum of RGB (Red+Green+Blue) = 72+113+137=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #487189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487189 is #B78E76. Grayscale: #676767. Windows color (decimal): -12029559 or 9007432. OLE color: 9007432.

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

Color convert

RGB72113137-
CMYK0.470.1800.46
HSL202.15º31.1%40.98%-
HSV(B)202.15º47.45%53.73%-
XYZ13.0914.9925.87-
YUV103.48146.92105.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=22.36%
G=35.09%
B=42.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721131370.470.1800.46202.1531.140.98
Hex4871892F1202Eca1f29
Octal11016121157220563123751
Binary10010001110001100010011011111001001011101100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487189; }

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

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

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

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

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

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

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

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