#47618B

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

Shades of Wedgewood #47618B

Tints of Wedgewood #47618B

Color information

#47618B (or 0x47618B) is unknown color: approx Wedgewood. HEX triplet: 47, 61 and 8B. RGB value is (71,97,139). Sum of RGB (Red+Green+Blue) = 71+97+139=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #47618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47618B is #B89E74. Grayscale: #5D5D5D. Windows color (decimal): -12099189 or 9134407. OLE color: 9134407.

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

Color convert

RGB7197139-
CMYK0.490.3000.45
HSL217.06º32.38%41.18%-
HSV(B)217.06º48.92%54.51%-
XYZ11.5311.7526.09-
YUV94.01153.39111.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=23.13%
G=31.60%
B=45.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71971390.490.3000.45217.0632.3841.18
Hex47618B311E02Dd92029
Octal10714121361360553314051
Binary100011111000011000101111000111110010110111011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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