#486A81

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

Shades of Wedgewood #486A81

Tints of Wedgewood #486A81

Color information

#486A81 (or 0x486A81) is unknown color: approx Wedgewood. HEX triplet: 48, 6A and 81. RGB value is (72,106,129). Sum of RGB (Red+Green+Blue) = 72+106+129=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #486A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A81 is #B7957E. Grayscale: #626262. Windows color (decimal): -12031359 or 8481352. OLE color: 8481352.

HSL color Cylindrical-coordinate representation of color #486A81: hue angle of 204.21º 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 #486A81 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72106129-
CMYK0.440.1800.49
HSL204.21º28.36%39.41%-
HSV(B)204.21º44.19%50.59%-
XYZ11.7913.2722.71-
YUV98.46145.24109.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=23.45%
G=34.53%
B=42.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721061290.440.1800.49204.2128.3639.41
Hex486A812C12031cc1c27
Octal11015220154220613143447
Binary10010001101010100000011011001001001100011100110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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