#486C84

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

Shades of Wedgewood #486C84

Tints of Wedgewood #486C84

Color information

#486C84 (or 0x486C84) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 84. RGB value is (72,108,132). Sum of RGB (Red+Green+Blue) = 72+108+132=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #486C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C84 is #B7937B. Grayscale: #636363. Windows color (decimal): -12030844 or 8678472. OLE color: 8678472.

HSL color Cylindrical-coordinate representation of color #486C84: hue angle of 204º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486C84 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72108132-
CMYK0.450.1800.48
HSL204º29.41%40%-
HSV(B)204º45.45%51.76%-
XYZ12.213.7723.84-
YUV99.97146.07108.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=23.08%
G=34.62%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721081320.450.1800.4820429.4140
Hex486C842D12030cc1d28
Octal11015420455220603143550
Binary10010001101100100001001011011001001100001100110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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