#486C8A

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

Shades of Wedgewood #486C8A

Tints of Wedgewood #486C8A

Color information

#486C8A (or 0x486C8A) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 8A. RGB value is (72,108,138). Sum of RGB (Red+Green+Blue) = 72+108+138=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #486C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C8A is #B79375. Grayscale: #646464. Windows color (decimal): -12030838 or 9071688. OLE color: 9071688.

HSL color Cylindrical-coordinate representation of color #486C8A: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486C8A is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72108138-
CMYK0.480.2200.46
HSL207.27º31.43%41.18%-
HSV(B)207.27º47.83%54.12%-
XYZ12.6213.9426.07-
YUV100.66149.07107.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=22.64%
G=33.96%
B=43.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721081380.480.2200.46207.2731.4341.18
Hex486C8A301602Ecf1f29
Octal11015421260260563173751
Binary10010001101100100010101100001011001011101100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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