#47316B

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

Shades of Blue Diamond #47316B

Tints of Blue Diamond #47316B

Color information

#47316B (or 0x47316B) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 6B. RGB value is (71,49,107). Sum of RGB (Red+Green+Blue) = 71+49+107=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #47316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47316B is #B8CE94. Grayscale: #3D3D3D. Windows color (decimal): -12111509 or 7024967. OLE color: 7024967.

HSL color Cylindrical-coordinate representation of color #47316B: hue angle of 262.76º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47316B is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7149107-
CMYK0.340.5400.58
HSL262.76º37.18%30.59%-
HSV(B)262.76º54.21%41.96%-
XYZ6.354.614.46-
YUV62.19153.29134.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=31.28%
G=21.59%
B=47.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71491070.340.5400.58262.7637.1830.59
Hex47316B223603A107251f
Octal1076115342660724074537
Binary10001111100011101011100010110110011101010000011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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