#486988

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

Shades of Wedgewood #486988

Tints of Wedgewood #486988

Color information

#486988 (or 0x486988) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 88. RGB value is (72,105,136). Sum of RGB (Red+Green+Blue) = 72+105+136=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #486988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486988 is #B79677. Grayscale: #626262. Windows color (decimal): -12031608 or 8939848. OLE color: 8939848.

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

Color convert

RGB72105136-
CMYK0.470.2300.47
HSL209.06º30.77%40.78%-
HSV(B)209.06º47.06%53.33%-
XYZ12.1713.2625.21-
YUV98.67149.07108.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=23.00%
G=33.55%
B=43.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721051360.470.2300.47209.0630.7740.78
Hex4869882F1702Fd11f29
Octal11015121057270573213751
Binary10010001101001100010001011111011101011111101000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486988; }

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

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

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

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

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

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

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

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