#47608D

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

Shades of Wedgewood #47608D

Tints of Wedgewood #47608D

Color information

#47608D (or 0x47608D) is unknown color: approx Wedgewood. HEX triplet: 47, 60 and 8D. RGB value is (71,96,141). Sum of RGB (Red+Green+Blue) = 71+96+141=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #47608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47608D is #B89F72. Grayscale: #5D5D5D. Windows color (decimal): -12099443 or 9265223. OLE color: 9265223.

HSL color Cylindrical-coordinate representation of color #47608D: hue angle of 218.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47608D is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7196141-
CMYK0.500.3200.45
HSL218.57º33.02%41.57%-
HSV(B)218.57º49.65%55.29%-
XYZ11.5911.6326.83-
YUV93.65154.72111.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=23.05%
G=31.17%
B=45.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71961410.500.3200.45218.5733.0241.57
Hex47608D322002Ddb212a
Octal10714021562400553334152
Binary1000111110000010001101110010100000010110111011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47608D; }

 p { color: rgb(71,96,141); }

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

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

 a { background-color: rgb(71,96,141); }

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

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

 span { border-color: rgb(71,96,141); }

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