#471871

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

Shades of Blue Diamond #471871

Tints of Blue Diamond #471871

Color information

#471871 (or 0x471871) is unknown color: approx Blue Diamond. HEX triplet: 47, 18 and 71. RGB value is (71,24,113). Sum of RGB (Red+Green+Blue) = 71+24+113=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #471871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471871 is #B8E78E. Grayscale: #2F2F2F. Windows color (decimal): -12117903 or 7411783. OLE color: 7411783.

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

Color convert

RGB7124113-
CMYK0.370.7900.56
HSL271.69º64.96%26.86%-
HSV(B)271.69º78.76%44.31%-
XYZ5.913.1915.93-
YUV48.2164.57144.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 113 (44.53% from 255) = 54.33%
R=34.13%
G=11.54%
B=54.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71241130.370.7900.56271.6964.9626.86
Hex471871254F038110411b
Octal107301614511707042010133
Binary100011111000111000110010110011110111000100010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471871; }

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

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

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

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

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

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

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

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