#486B88

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

Shades of Wedgewood #486B88

Tints of Wedgewood #486B88

Color information

#486B88 (or 0x486B88) is unknown color: approx Wedgewood. HEX triplet: 48, 6B and 88. RGB value is (72,107,136). Sum of RGB (Red+Green+Blue) = 72+107+136=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #486B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B88 is #B79477. Grayscale: #636363. Windows color (decimal): -12031096 or 8940360. OLE color: 8940360.

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

Color convert

RGB72107136-
CMYK0.470.2100.47
HSL207.19º30.77%40.78%-
HSV(B)207.19º47.06%53.33%-
XYZ12.3713.6725.28-
YUV99.84148.4108.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=22.86%
G=33.97%
B=43.17%

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
Decimal721071360.470.2100.47207.1930.7740.78
Hex486B882F1502Fcf1f29
Octal11015321057250573173751
Binary10010001101011100010001011111010101011111100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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