#486D88

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

Shades of Wedgewood #486D88

Tints of Wedgewood #486D88

Color information

#486D88 (or 0x486D88) is unknown color: approx Wedgewood. HEX triplet: 48, 6D and 88. RGB value is (72,109,136). Sum of RGB (Red+Green+Blue) = 72+109+136=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #486D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D88 is #B79277. Grayscale: #646464. Windows color (decimal): -12030584 or 8940872. OLE color: 8940872.

HSL color Cylindrical-coordinate representation of color #486D88: hue angle of 205.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486D88 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB72109136-
CMYK0.470.2000.47
HSL205.31º30.77%40.78%-
HSV(B)205.31º47.06%53.33%-
XYZ12.5914.0925.35-
YUV101.02147.74107.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=22.71%
G=34.38%
B=42.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721091360.470.2000.47205.3130.7740.78
Hex486D882F1402Fcd1f29
Octal11015521057240573153751
Binary10010001101101100010001011111010001011111100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,136); }

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

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

 a { background-color: rgb(72,109,136); }

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

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

 span { border-color: rgb(72,109,136); }

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