#486F93

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

Shades of Wedgewood #486F93

Tints of Wedgewood #486F93

Color information

#486F93 (or 0x486F93) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 93. RGB value is (72,111,147). Sum of RGB (Red+Green+Blue) = 72+111+147=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #486F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F93 is #B7906C. Grayscale: #676767. Windows color (decimal): -12030061 or 9662280. OLE color: 9662280.

HSL color Cylindrical-coordinate representation of color #486F93: hue angle of 208.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 #486F93 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72111147-
CMYK0.510.2400.42
HSL208.8º34.25%42.94%-
HSV(B)208.8º51.02%57.65%-
XYZ13.6214.8529.75-
YUV103.44152.58105.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=21.82%
G=33.64%
B=44.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721111470.510.2400.42208.834.2542.94
Hex486F93331802Ad1222b
Octal11015722363300523214253
Binary100100011011111001001111001111000010101011010001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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