#47316D

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

Shades of Blue Diamond #47316D

Tints of Blue Diamond #47316D

Color information

#47316D (or 0x47316D) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 6D. RGB value is (71,49,109). Sum of RGB (Red+Green+Blue) = 71+49+109=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #47316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47316D is #B8CE92. Grayscale: #3E3E3E. Windows color (decimal): -12111507 or 7156039. OLE color: 7156039.

HSL color Cylindrical-coordinate representation of color #47316D: hue angle of 262º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47316D is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7149109-
CMYK0.350.5500.57
HSL262º37.97%30.98%-
HSV(B)262º55.05%42.75%-
XYZ6.464.6415.02-
YUV62.42154.29134.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=31.00%
G=21.40%
B=47.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71491090.350.5500.5726237.9730.98
Hex47316D2337039106261f
Octal1076115543670714064637
Binary10001111100011101101100011110111011100110000011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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