#487094

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

Shades of Wedgewood #487094

Tints of Wedgewood #487094

Color information

#487094 (or 0x487094) is unknown color: approx Wedgewood. HEX triplet: 48, 70 and 94. RGB value is (72,112,148). Sum of RGB (Red+Green+Blue) = 72+112+148=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #487094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487094 is #B78F6B. Grayscale: #676767. Windows color (decimal): -12029804 or 9728072. OLE color: 9728072.

HSL color Cylindrical-coordinate representation of color #487094: hue angle of 208.42º degrees, saturation: 0.35, 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 #487094 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72112148-
CMYK0.510.2400.42
HSL208.42º34.55%43.14%-
HSV(B)208.42º51.35%58.04%-
XYZ13.8115.130.2-
YUV104.14152.75105.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=21.69%
G=33.73%
B=44.58%

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
Decimal721121480.510.2400.42208.4234.5543.14
Hex487094331802Ad0232b
Octal11016022463300523204353
Binary100100011100001001010011001111000010101011010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487094; }

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

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

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

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

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

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

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

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