#487093

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

Shades of Wedgewood #487093

Tints of Wedgewood #487093

Color information

#487093 (or 0x487093) is unknown color: approx Wedgewood. HEX triplet: 48, 70 and 93. RGB value is (72,112,147). Sum of RGB (Red+Green+Blue) = 72+112+147=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #487093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487093 is #B78F6C. Grayscale: #676767. Windows color (decimal): -12029805 or 9662536. OLE color: 9662536.

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

Color convert

RGB72112147-
CMYK0.510.2400.42
HSL208º34.25%42.94%-
HSV(B)208º51.02%57.65%-
XYZ13.7315.0729.79-
YUV104.03152.25105.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=21.75%
G=33.84%
B=44.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721121470.510.2400.4220834.2542.94
Hex487093331802Ad0222b
Octal11016022363300523204253
Binary100100011100001001001111001111000010101011010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487093; }

 p { color: rgb(72,112,147); }

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

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

 a { background-color: rgb(72,112,147); }

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

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

 span { border-color: rgb(72,112,147); }

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