#47638B

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

Shades of Wedgewood #47638B

Tints of Wedgewood #47638B

Color information

#47638B (or 0x47638B) is unknown color: approx Wedgewood. HEX triplet: 47, 63 and 8B. RGB value is (71,99,139). Sum of RGB (Red+Green+Blue) = 71+99+139=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #47638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47638B is #B89C74. Grayscale: #5F5F5F. Windows color (decimal): -12098677 or 9134919. OLE color: 9134919.

HSL color Cylindrical-coordinate representation of color #47638B: hue angle of 215.29º 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 #47638B is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7199139-
CMYK0.490.2900.45
HSL215.29º32.38%41.18%-
HSV(B)215.29º48.92%54.51%-
XYZ11.7212.1326.15-
YUV95.19152.72110.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=22.98%
G=32.04%
B=44.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71991390.490.2900.45215.2932.3841.18
Hex47638B311D02Dd72029
Octal10714321361350553274051
Binary100011111000111000101111000111101010110111010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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