#486C88

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

Shades of Wedgewood #486C88

Tints of Wedgewood #486C88

Color information

#486C88 (or 0x486C88) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 88. RGB value is (72,108,136). Sum of RGB (Red+Green+Blue) = 72+108+136=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #486C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C88 is #B79377. Grayscale: #646464. Windows color (decimal): -12030840 or 8940616. OLE color: 8940616.

HSL color Cylindrical-coordinate representation of color #486C88: hue angle of 206.25º 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 #486C88 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB72108136-
CMYK0.470.2100.47
HSL206.25º30.77%40.78%-
HSV(B)206.25º47.06%53.33%-
XYZ12.4813.8825.31-
YUV100.43148.07107.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=22.78%
G=34.18%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721081360.470.2100.47206.2530.7740.78
Hex486C882F1502Fce1f29
Octal11015421057250573163751
Binary10010001101100100010001011111010101011111100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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