#486C92

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

Shades of Wedgewood #486C92

Tints of Wedgewood #486C92

Color information

#486C92 (or 0x486C92) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 92. RGB value is (72,108,146). Sum of RGB (Red+Green+Blue) = 72+108+146=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #486C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C92 is #B7936D. Grayscale: #656565. Windows color (decimal): -12030830 or 9595976. OLE color: 9595976.

HSL color Cylindrical-coordinate representation of color #486C92: hue angle of 210.81º 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 #486C92 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72108146-
CMYK0.510.2600.43
HSL210.81º33.94%42.75%-
HSV(B)210.81º50.68%57.25%-
XYZ13.2214.1829.23-
YUV101.57153.07106.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=22.09%
G=33.13%
B=44.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721081460.510.2600.43210.8133.9442.75
Hex486C92331A02Bd3222b
Octal11015422263320533234253
Binary100100011011001001001011001111010010101111010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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