#487194

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

Shades of Wedgewood #487194

Tints of Wedgewood #487194

Color information

#487194 (or 0x487194) is unknown color: approx Wedgewood. HEX triplet: 48, 71 and 94. RGB value is (72,113,148). Sum of RGB (Red+Green+Blue) = 72+113+148=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #487194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487194 is #B78E6B. Grayscale: #686868. Windows color (decimal): -12029548 or 9728328. OLE color: 9728328.

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

Color convert

RGB72113148-
CMYK0.510.2400.42
HSL207.63º34.55%43.14%-
HSV(B)207.63º51.35%58.04%-
XYZ13.9215.3330.24-
YUV104.73152.42104.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=21.62%
G=33.93%
B=44.44%

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
Decimal721131480.510.2400.42207.6334.5543.14
Hex487194331802Ad0232b
Octal11016122463300523204353
Binary100100011100011001010011001111000010101011010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487194; }

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

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

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

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

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

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

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

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