#486892

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

Shades of Wedgewood #486892

Tints of Wedgewood #486892

Color information

#486892 (or 0x486892) is unknown color: approx Wedgewood. HEX triplet: 48, 68 and 92. RGB value is (72,104,146). Sum of RGB (Red+Green+Blue) = 72+104+146=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #486892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486892 is #B7976D. Grayscale: #636363. Windows color (decimal): -12031854 or 9594952. OLE color: 9594952.

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

Color convert

RGB72104146-
CMYK0.510.2900.43
HSL214.05º33.94%42.75%-
HSV(B)214.05º50.68%57.25%-
XYZ12.8113.3529.1-
YUV99.22154.4108.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=22.36%
G=32.30%
B=45.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721041460.510.2900.43214.0533.9442.75
Hex486892331D02Bd6222b
Octal11015022263350533264253
Binary100100011010001001001011001111101010101111010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486892; }

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

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

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

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

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

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

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

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