#472871

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

Shades of Blue Diamond #472871

Tints of Blue Diamond #472871

Color information

#472871 (or 0x472871) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 71. RGB value is (71,40,113). Sum of RGB (Red+Green+Blue) = 71+40+113=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #472871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472871 is #B8D78E. Grayscale: #393939. Windows color (decimal): -12113807 or 7415879. OLE color: 7415879.

HSL color Cylindrical-coordinate representation of color #472871: hue angle of 265.48º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472871 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7140113-
CMYK0.370.6500.56
HSL265.48º47.71%30%-
HSV(B)265.48º64.6%44.31%-
XYZ6.344.0516.07-
YUV57.59159.27137.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=31.70%
G=17.86%
B=50.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71401130.370.6500.56265.4847.7130
Hex4728712541038109301e
Octal10750161451010704116036
Binary100011110100011100011001011000001011100010000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472871; }

 p { color: rgb(71,40,113); }

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

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

 a { background-color: rgb(71,40,113); }

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

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

 span { border-color: rgb(71,40,113); }

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