#47628B

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

Shades of Wedgewood #47628B

Tints of Wedgewood #47628B

Color information

#47628B (or 0x47628B) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 8B. RGB value is (71,98,139). Sum of RGB (Red+Green+Blue) = 71+98+139=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #47628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47628B is #B89D74. Grayscale: #5E5E5E. Windows color (decimal): -12098933 or 9134663. OLE color: 9134663.

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

Color convert

RGB7198139-
CMYK0.490.2900.45
HSL216.18º32.38%41.18%-
HSV(B)216.18º48.92%54.51%-
XYZ11.6311.9426.12-
YUV94.6153.05111.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=23.05%
G=31.82%
B=45.13%

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
Decimal71981390.490.2900.45216.1832.3841.18
Hex47628B311D02Dd82029
Octal10714221361350553304051
Binary100011111000101000101111000111101010110111011000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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