#486f8c

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

Shades of Wedgewood #486F8C

Tints of Wedgewood #486F8C

Color information

#486F8C (or 0x486F8C) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 8C. RGB value is (72,111,140). Sum of RGB (Red+Green+Blue) = 72+111+140=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #486F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F8C is #B79073. Grayscale: #666666. Windows color (decimal): -12030068 or 9203528. OLE color: 9203528.

HSL color Cylindrical-coordinate representation of color #486F8C: hue angle of 205.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486F8C is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72111140-
CMYK0.490.2100.45
HSL205.59º32.08%41.57%-
HSV(B)205.59º48.57%54.9%-
XYZ13.0914.6426.95-
YUV102.65149.08106.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=22.29%
G=34.37%
B=43.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721111400.490.2100.45205.5932.0841.57
Hex486F8C311502Dce202a
Octal11015721461250553164052
Binary100100011011111000110011000110101010110111001110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,140); }

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

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

 a { background-color: rgb(72,111,140); }

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

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

 span { border-color: rgb(72,111,140); }

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