#486C8B

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

Shades of Wedgewood #486C8B

Tints of Wedgewood #486C8B

Color information

#486C8B (or 0x486C8B) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 8B. RGB value is (72,108,139). Sum of RGB (Red+Green+Blue) = 72+108+139=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #486C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C8B is #B79374. Grayscale: #646464. Windows color (decimal): -12030837 or 9137224. OLE color: 9137224.

HSL color Cylindrical-coordinate representation of color #486C8B: hue angle of 207.76º 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 #486C8B is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72108139-
CMYK0.480.2200.45
HSL207.76º31.75%41.37%-
HSV(B)207.76º48.2%54.51%-
XYZ12.713.9726.45-
YUV100.77149.57107.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=22.57%
G=33.86%
B=43.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721081390.480.2200.45207.7631.7541.37
Hex486C8B301602Dd02029
Octal11015421360260553204051
Binary100100011011001000101111000010110010110111010000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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