#486279

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

Shades of Wedgewood #486279

Tints of Wedgewood #486279

Color information

#486279 (or 0x486279) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 79. RGB value is (72,98,121). Sum of RGB (Red+Green+Blue) = 72+98+121=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #486279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486279 is #B79D86. Grayscale: #5C5C5C. Windows color (decimal): -12033415 or 7955016. OLE color: 7955016.

HSL color Cylindrical-coordinate representation of color #486279: hue angle of 208.16º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486279 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7298121-
CMYK0.400.1900.53
HSL208.16º25.39%37.84%-
HSV(B)208.16º40.5%47.45%-
XYZ10.4911.4919.75-
YUV92.85143.89113.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=24.74%
G=33.68%
B=41.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72981210.400.1900.53208.1625.3937.84
Hex4862792813035d01926
Octal11014217150230653203146
Binary1001000110001011110011010001001101101011101000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486279; }

 p { color: rgb(72,98,121); }

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

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

 a { background-color: rgb(72,98,121); }

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

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

 span { border-color: rgb(72,98,121); }

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