#486184

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

Shades of Wedgewood #486184

Tints of Wedgewood #486184

Color information

#486184 (or 0x486184) is unknown color: approx Wedgewood. HEX triplet: 48, 61 and 84. RGB value is (72,97,132). Sum of RGB (Red+Green+Blue) = 72+97+132=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #486184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486184 is #B79E7B. Grayscale: #5D5D5D. Windows color (decimal): -12033660 or 8675656. OLE color: 8675656.

HSL color Cylindrical-coordinate representation of color #486184: hue angle of 215º 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 #486184 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7297132-
CMYK0.450.2700.48
HSL215º29.41%40%-
HSV(B)215º45.45%51.76%-
XYZ11.1111.5923.48-
YUV93.52149.72112.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=23.92%
G=32.23%
B=43.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72971320.450.2700.4821529.4140
Hex4861842D1B030d71d28
Octal11014120455330603273550
Binary10010001100001100001001011011101101100001101011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486184; }

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

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

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

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

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

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

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

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