#486991

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

Shades of Wedgewood #486991

Tints of Wedgewood #486991

Color information

#486991 (or 0x486991) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 91. RGB value is (72,105,145). Sum of RGB (Red+Green+Blue) = 72+105+145=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #486991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486991 is #B7966E. Grayscale: #636363. Windows color (decimal): -12031599 or 9529672. OLE color: 9529672.

HSL color Cylindrical-coordinate representation of color #486991: hue angle of 212.88º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486991 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72105145-
CMYK0.500.2800.43
HSL212.88º33.64%42.55%-
HSV(B)212.88º50.34%56.86%-
XYZ12.8313.5328.72-
YUV99.69153.57108.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=22.36%
G=32.61%
B=45.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721051450.500.2800.43212.8833.6442.55
Hex486991321C02Bd5222b
Octal11015122162340533254253
Binary100100011010011001000111001011100010101111010101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486991; }

 p { color: rgb(72,105,145); }

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

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

 a { background-color: rgb(72,105,145); }

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

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

 span { border-color: rgb(72,105,145); }

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