#47315F

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

Shades of Blue Diamond #47315F

Tints of Blue Diamond #47315F

Color information

#47315F (or 0x47315F) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 5F. RGB value is (71,49,95). Sum of RGB (Red+Green+Blue) = 71+49+95=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #47315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47315F is #B8CEA0. Grayscale: #3C3C3C. Windows color (decimal): -12111521 or 6238535. OLE color: 6238535.

HSL color Cylindrical-coordinate representation of color #47315F: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47315F is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB714995-
CMYK0.250.4800.63
HSL268.7º31.94%28.24%-
HSV(B)268.7º48.42%37.25%-
XYZ5.764.3611.36-
YUV60.82147.29135.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=33.02%
G=22.79%
B=44.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7149950.250.4800.63268.731.9428.24
Hex47315F193003F10d201c
Octal1076113731600774154034
Binary1000111110001101111111001110000011111110000110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47315F; }

 p { color: rgb(71,49,95); }

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

<style>
 a { background-color: #47315F; }

 a { background-color: rgb(71,49,95); }

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

<style>
 span { border-color: #47315F; }

 span { border-color: rgb(71,49,95); }

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