#486683

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

Shades of Wedgewood #486683

Tints of Wedgewood #486683

Color information

#486683 (or 0x486683) is unknown color: approx Wedgewood. HEX triplet: 48, 66 and 83. RGB value is (72,102,131). Sum of RGB (Red+Green+Blue) = 72+102+131=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #486683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486683 is #B7997C. Grayscale: #606060. Windows color (decimal): -12032381 or 8611400. OLE color: 8611400.

HSL color Cylindrical-coordinate representation of color #486683: hue angle of 209.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486683 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72102131-
CMYK0.450.2200.49
HSL209.49º29.06%39.8%-
HSV(B)209.49º45.04%51.37%-
XYZ11.5212.5223.28-
YUV96.34147.56110.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=23.61%
G=33.44%
B=42.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721021310.450.2200.49209.4929.0639.8
Hex4866832D16031d11d28
Octal11014620355260613213550
Binary10010001100110100000111011011011001100011101000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486683; }

 p { color: rgb(72,102,131); }

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

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

 a { background-color: rgb(72,102,131); }

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

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

 span { border-color: rgb(72,102,131); }

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