#471573

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

Shades of Blue Diamond #471573

Tints of Blue Diamond #471573

Color information

#471573 (or 0x471573) is unknown color: approx Blue Diamond. HEX triplet: 47, 15 and 73. RGB value is (71,21,115). Sum of RGB (Red+Green+Blue) = 71+21+115=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #471573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471573 is #B8EA8C. Grayscale: #2E2E2E. Windows color (decimal): -12118669 or 7542087. OLE color: 7542087.

HSL color Cylindrical-coordinate representation of color #471573: hue angle of 271.91º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471573 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7121115-
CMYK0.380.8200.55
HSL271.91º69.12%26.67%-
HSV(B)271.91º81.74%45.1%-
XYZ5.963.1116.51-
YUV46.67166.56145.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=34.30%
G=10.14%
B=55.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71211150.380.8200.55271.9169.1226.67
Hex4715732652037110451b
Octal107251634612206742010533
Binary100011110101111001110011010100100110111100010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471573; }

 p { color: rgb(71,21,115); }

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

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

 a { background-color: rgb(71,21,115); }

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

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

 span { border-color: rgb(71,21,115); }

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