#486783

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

Shades of Wedgewood #486783

Tints of Wedgewood #486783

Color information

#486783 (or 0x486783) is unknown color: approx Wedgewood. HEX triplet: 48, 67 and 83. RGB value is (72,103,131). Sum of RGB (Red+Green+Blue) = 72+103+131=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #486783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486783 is #B7987C. Grayscale: #606060. Windows color (decimal): -12032125 or 8611656. OLE color: 8611656.

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

Color convert

RGB72103131-
CMYK0.450.2100.49
HSL208.47º29.06%39.8%-
HSV(B)208.47º45.04%51.37%-
XYZ11.6212.7223.31-
YUV96.92147.23110.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=23.53%
G=33.66%
B=42.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721031310.450.2100.49208.4729.0639.8
Hex4867832D15031d01d28
Octal11014720355250613203550
Binary10010001100111100000111011011010101100011101000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486783; }

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

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

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

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

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

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

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

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