#47156B

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

Shades of Blue Diamond #47156B

Tints of Blue Diamond #47156B

Color information

#47156B (or 0x47156B) is unknown color: approx Blue Diamond. HEX triplet: 47, 15 and 6B. RGB value is (71,21,107). Sum of RGB (Red+Green+Blue) = 71+21+107=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #47156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47156B is #B8EA94. Grayscale: #2D2D2D. Windows color (decimal): -12118677 or 7017799. OLE color: 7017799.

HSL color Cylindrical-coordinate representation of color #47156B: hue angle of 274.88º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47156B is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7121107-
CMYK0.340.8000.58
HSL274.88º67.19%25.1%-
HSV(B)274.88º80.37%41.96%-
XYZ5.522.9414.19-
YUV45.75162.56146.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 107 (42.19% from 255) = 53.77%
R=35.68%
G=10.55%
B=53.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71211070.340.8000.58274.8867.1925.1
Hex47156B225003A1134319
Octal107251534212007242310331
Binary100011110101110101110001010100000111010100010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,21,107); }

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

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

 a { background-color: rgb(71,21,107); }

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

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

 span { border-color: rgb(71,21,107); }

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