#486D90

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

Shades of Wedgewood #486D90

Tints of Wedgewood #486D90

Color information

#486D90 (or 0x486D90) is unknown color: approx Wedgewood. HEX triplet: 48, 6D and 90. RGB value is (72,109,144). Sum of RGB (Red+Green+Blue) = 72+109+144=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #486D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D90 is #B7926F. Grayscale: #656565. Windows color (decimal): -12030576 or 9465160. OLE color: 9465160.

HSL color Cylindrical-coordinate representation of color #486D90: hue angle of 209.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486D90 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72109144-
CMYK0.500.2400.44
HSL209.17º33.33%42.35%-
HSV(B)209.17º50%56.47%-
XYZ13.1814.3328.46-
YUV101.93151.74106.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=22.15%
G=33.54%
B=44.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721091440.500.2400.44209.1733.3342.35
Hex486D90321802Cd1212a
Octal11015522062300543214152
Binary100100011011011001000011001011000010110011010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486D90; }

 p { color: rgb(72,109,144); }

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

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

 a { background-color: rgb(72,109,144); }

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

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

 span { border-color: rgb(72,109,144); }

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