#487292

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

Shades of Wedgewood #487292

Tints of Wedgewood #487292

Color information

#487292 (or 0x487292) is unknown color: approx Wedgewood. HEX triplet: 48, 72 and 92. RGB value is (72,114,146). Sum of RGB (Red+Green+Blue) = 72+114+146=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #487292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487292 is #B78D6D. Grayscale: #686868. Windows color (decimal): -12029294 or 9597512. OLE color: 9597512.

HSL color Cylindrical-coordinate representation of color #487292: hue angle of 205.95º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487292 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72114146-
CMYK0.510.2200.43
HSL205.95º33.94%42.75%-
HSV(B)205.95º50.68%57.25%-
XYZ13.8815.4929.45-
YUV105.09151.09104.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=21.69%
G=34.34%
B=43.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721141460.510.2200.43205.9533.9442.75
Hex487292331602Bce222b
Octal11016222263260533164253
Binary100100011100101001001011001110110010101111001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487292; }

 p { color: rgb(72,114,146); }

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

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

 a { background-color: rgb(72,114,146); }

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

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

 span { border-color: rgb(72,114,146); }

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