#486384

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

Shades of Wedgewood #486384

Tints of Wedgewood #486384

Color information

#486384 (or 0x486384) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 84. RGB value is (72,99,132). Sum of RGB (Red+Green+Blue) = 72+99+132=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #486384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486384 is #B79C7B. Grayscale: #5E5E5E. Windows color (decimal): -12033148 or 8676168. OLE color: 8676168.

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

Color convert

RGB7299132-
CMYK0.450.2500.48
HSL213º29.41%40%-
HSV(B)213º45.45%51.76%-
XYZ11.311.9723.54-
YUV94.69149.05111.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=23.76%
G=32.67%
B=43.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72991320.450.2500.4821329.4140
Hex4863842D19030d51d28
Octal11014320455310603253550
Binary10010001100011100001001011011100101100001101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486384; }

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

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

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

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

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

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

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

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