#486C91

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

Shades of Wedgewood #486C91

Tints of Wedgewood #486C91

Color information

#486C91 (or 0x486C91) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 91. RGB value is (72,108,145). Sum of RGB (Red+Green+Blue) = 72+108+145=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #486C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C91 is #B7936E. Grayscale: #656565. Windows color (decimal): -12030831 or 9530440. OLE color: 9530440.

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

Color convert

RGB72108145-
CMYK0.500.2600.43
HSL210.41º33.64%42.55%-
HSV(B)210.41º50.34%56.86%-
XYZ13.1514.1528.83-
YUV101.45152.57106.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=22.15%
G=33.23%
B=44.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721081450.500.2600.43210.4133.6442.55
Hex486C91321A02Bd2222b
Octal11015422162320533224253
Binary100100011011001001000111001011010010101111010010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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