#486D8E

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

Shades of Wedgewood #486D8E

Tints of Wedgewood #486D8E

Color information

#486D8E (or 0x486D8E) is unknown color: approx Wedgewood. HEX triplet: 48, 6D and 8E. RGB value is (72,109,142). Sum of RGB (Red+Green+Blue) = 72+109+142=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #486D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D8E is #B79271. Grayscale: #656565. Windows color (decimal): -12030578 or 9334088. OLE color: 9334088.

HSL color Cylindrical-coordinate representation of color #486D8E: hue angle of 208.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486D8E is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72109142-
CMYK0.490.2300.44
HSL208.29º32.71%41.96%-
HSV(B)208.29º49.3%55.69%-
XYZ13.0214.2727.66-
YUV101.7150.74106.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=22.29%
G=33.75%
B=43.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721091420.490.2300.44208.2932.7141.96
Hex486D8E311702Cd0212a
Octal11015521661270543204152
Binary100100011011011000111011000110111010110011010000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,142); }

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

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

 a { background-color: rgb(72,109,142); }

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

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

 span { border-color: rgb(72,109,142); }

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