#47608B

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

Shades of Wedgewood #47608B

Tints of Wedgewood #47608B

Color information

#47608B (or 0x47608B) is unknown color: approx Wedgewood. HEX triplet: 47, 60 and 8B. RGB value is (71,96,139). Sum of RGB (Red+Green+Blue) = 71+96+139=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #47608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47608B is #B89F74. Grayscale: #5D5D5D. Windows color (decimal): -12099445 or 9134151. OLE color: 9134151.

HSL color Cylindrical-coordinate representation of color #47608B: hue angle of 217.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47608B is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7196139-
CMYK0.490.3100.45
HSL217.94º32.38%41.18%-
HSV(B)217.94º48.92%54.51%-
XYZ11.4411.5726.06-
YUV93.43153.72112-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=23.20%
G=31.37%
B=45.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71961390.490.3100.45217.9432.3841.18
Hex47608B311F02Dda2029
Octal10714021361370553324051
Binary100011111000001000101111000111111010110111011010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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