#486A93

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

Shades of Wedgewood #486A93

Tints of Wedgewood #486A93

Color information

#486A93 (or 0x486A93) is unknown color: approx Wedgewood. HEX triplet: 48, 6A and 93. RGB value is (72,106,147). Sum of RGB (Red+Green+Blue) = 72+106+147=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #486A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A93 is #B7956C. Grayscale: #646464. Windows color (decimal): -12031341 or 9661000. OLE color: 9661000.

HSL color Cylindrical-coordinate representation of color #486A93: hue angle of 212.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486A93 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72106147-
CMYK0.510.2800.42
HSL212.8º34.25%42.94%-
HSV(B)212.8º51.02%57.65%-
XYZ13.0913.7929.58-
YUV100.51154.24107.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=22.15%
G=32.62%
B=45.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721061470.510.2800.42212.834.2542.94
Hex486A93331C02Ad5222b
Octal11015222363340523254253
Binary100100011010101001001111001111100010101011010101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,106,147); }

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

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

 a { background-color: rgb(72,106,147); }

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

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

 span { border-color: rgb(72,106,147); }

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