#486C8F

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

Shades of Wedgewood #486C8F

Tints of Wedgewood #486C8F

Color information

#486C8F (or 0x486C8F) is unknown color: approx Wedgewood. HEX triplet: 48, 6C and 8F. RGB value is (72,108,143). Sum of RGB (Red+Green+Blue) = 72+108+143=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #486C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C8F is #B79370. Grayscale: #656565. Windows color (decimal): -12030833 or 9399368. OLE color: 9399368.

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

Color convert

RGB72108143-
CMYK0.500.2400.44
HSL209.58º33.02%42.16%-
HSV(B)209.58º49.65%56.08%-
XYZ12.9914.0928.02-
YUV101.23151.57107.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 143 (56.25% from 255) = 44.27%
R=22.29%
G=33.44%
B=44.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721081430.500.2400.44209.5833.0242.16
Hex486C8F321802Cd2212a
Octal11015421762300543224152
Binary100100011011001000111111001011000010110011010010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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