#486181

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

Shades of Wedgewood #486181

Tints of Wedgewood #486181

Color information

#486181 (or 0x486181) is unknown color: approx Wedgewood. HEX triplet: 48, 61 and 81. RGB value is (72,97,129). Sum of RGB (Red+Green+Blue) = 72+97+129=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #486181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486181 is #B79E7E. Grayscale: #5D5D5D. Windows color (decimal): -12033663 or 8479048. OLE color: 8479048.

HSL color Cylindrical-coordinate representation of color #486181: hue angle of 213.68º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486181 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7297129-
CMYK0.440.2500.49
HSL213.68º28.36%39.41%-
HSV(B)213.68º44.19%50.59%-
XYZ10.9111.5122.42-
YUV93.17148.22112.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=24.16%
G=32.55%
B=43.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72971290.440.2500.49213.6828.3639.41
Hex4861812C19031d61c27
Octal11014120154310613263447
Binary10010001100001100000011011001100101100011101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486181; }

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

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

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

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

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

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

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

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