#486D8A

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

Shades of Wedgewood #486D8A

Tints of Wedgewood #486D8A

Color information

#486D8A (or 0x486D8A) is unknown color: approx Wedgewood. HEX triplet: 48, 6D and 8A. RGB value is (72,109,138). Sum of RGB (Red+Green+Blue) = 72+109+138=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #486D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D8A is #B79275. Grayscale: #656565. Windows color (decimal): -12030582 or 9071944. OLE color: 9071944.

HSL color Cylindrical-coordinate representation of color #486D8A: hue angle of 206.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486D8A is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72109138-
CMYK0.480.2100.46
HSL206.36º31.43%41.18%-
HSV(B)206.36º47.83%54.12%-
XYZ12.7314.1526.11-
YUV101.24148.74107.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=22.57%
G=34.17%
B=43.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721091380.480.2100.46206.3631.4341.18
Hex486D8A301502Ece1f29
Octal11015521260250563163751
Binary10010001101101100010101100001010101011101100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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