#486684

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

Shades of Wedgewood #486684

Tints of Wedgewood #486684

Color information

#486684 (or 0x486684) is unknown color: approx Wedgewood. HEX triplet: 48, 66 and 84. RGB value is (72,102,132). Sum of RGB (Red+Green+Blue) = 72+102+132=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #486684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486684 is #B7997B. Grayscale: #606060. Windows color (decimal): -12032380 or 8676936. OLE color: 8676936.

HSL color Cylindrical-coordinate representation of color #486684: hue angle of 210º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486684 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72102132-
CMYK0.450.2300.48
HSL210º29.41%40%-
HSV(B)210º45.45%51.76%-
XYZ11.5912.5523.64-
YUV96.45148.06110.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=23.53%
G=33.33%
B=43.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721021320.450.2300.4821029.4140
Hex4866842D17030d21d28
Octal11014620455270603223550
Binary10010001100110100001001011011011101100001101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486684; }

 p { color: rgb(72,102,132); }

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

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

 a { background-color: rgb(72,102,132); }

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

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

 span { border-color: rgb(72,102,132); }

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