#486784

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

Shades of Wedgewood #486784

Tints of Wedgewood #486784

Color information

#486784 (or 0x486784) is unknown color: approx Wedgewood. HEX triplet: 48, 67 and 84. RGB value is (72,103,132). Sum of RGB (Red+Green+Blue) = 72+103+132=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #486784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486784 is #B7987B. Grayscale: #606060. Windows color (decimal): -12032124 or 8677192. OLE color: 8677192.

HSL color Cylindrical-coordinate representation of color #486784: hue angle of 209º 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 #486784 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72103132-
CMYK0.450.2200.48
HSL209º29.41%40%-
HSV(B)209º45.45%51.76%-
XYZ11.6912.7423.67-
YUV97.04147.73110.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=23.45%
G=33.55%
B=43.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721031320.450.2200.4820929.4140
Hex4867842D16030d11d28
Octal11014720455260603213550
Binary10010001100111100001001011011011001100001101000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486784; }

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

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

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

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

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

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

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

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