#486C8E

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

Shades of Wedgewood #486C8E

Tints of Wedgewood #486C8E

Color information

#486C8E (or 0x486C8E) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 8E. RGB value is (72,108,142). Sum of RGB (Red+Green+Blue) = 72+108+142=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #486C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C8E is #B79371. Grayscale: #646464. Windows color (decimal): -12030834 or 9333832. OLE color: 9333832.

HSL color Cylindrical-coordinate representation of color #486C8E: hue angle of 209.14º 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 #486C8E is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72108142-
CMYK0.490.2400.44
HSL209.14º32.71%41.96%-
HSV(B)209.14º49.3%55.69%-
XYZ12.9214.0627.62-
YUV101.11151.07107.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=22.36%
G=33.54%
B=44.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721081420.490.2400.44209.1432.7141.96
Hex486C8E311802Cd1212a
Octal11015421661300543214152
Binary100100011011001000111011000111000010110011010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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