#486890

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

Shades of Wedgewood #486890

Tints of Wedgewood #486890

Color information

#486890 (or 0x486890) is unknown color: approx Wedgewood. HEX triplet: 48, 68 and 90. RGB value is (72,104,144). Sum of RGB (Red+Green+Blue) = 72+104+144=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #486890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486890 is #B7976F. Grayscale: #626262. Windows color (decimal): -12031856 or 9463880. OLE color: 9463880.

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

Color convert

RGB72104144-
CMYK0.500.2800.44
HSL213.33º33.33%42.35%-
HSV(B)213.33º50%56.47%-
XYZ12.6613.2928.28-
YUV98.99153.4108.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 144 (56.64% from 255) = 45%
R=22.5%
G=32.5%
B=45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721041440.500.2800.44213.3333.3342.35
Hex486890321C02Cd5212a
Octal11015022062340543254152
Binary100100011010001001000011001011100010110011010101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486890; }

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

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

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

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

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

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

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

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