#486F8B

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

Shades of Wedgewood #486F8B

Tints of Wedgewood #486F8B

Color information

#486F8B (or 0x486F8B) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 8B. RGB value is (72,111,139). Sum of RGB (Red+Green+Blue) = 72+111+139=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #486F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F8B is #B79074. Grayscale: #666666. Windows color (decimal): -12030069 or 9137992. OLE color: 9137992.

HSL color Cylindrical-coordinate representation of color #486F8B: hue angle of 205.07º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486F8B is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72111139-
CMYK0.480.2000.45
HSL205.07º31.75%41.37%-
HSV(B)205.07º48.2%54.51%-
XYZ13.0214.6126.56-
YUV102.53148.58106.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=22.36%
G=34.47%
B=43.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721111390.480.2000.45205.0731.7541.37
Hex486F8B301402Dcd2029
Octal11015721360240553154051
Binary100100011011111000101111000010100010110111001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,139); }

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

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

 a { background-color: rgb(72,111,139); }

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

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

 span { border-color: rgb(72,111,139); }

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