#471772

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

Shades of Blue Diamond #471772

Tints of Blue Diamond #471772

Color information

#471772 (or 0x471772) is unknown color: approx Blue Diamond. HEX triplet: 47, 17 and 72. RGB value is (71,23,114). Sum of RGB (Red+Green+Blue) = 71+23+114=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #471772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471772 is #B8E88D. Grayscale: #2F2F2F. Windows color (decimal): -12118158 or 7477063. OLE color: 7477063.

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

Color convert

RGB7123114-
CMYK0.380.8000.55
HSL271.65º66.42%26.86%-
HSV(B)271.65º79.82%44.71%-
XYZ5.943.1716.22-
YUV47.73165.4144.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=34.13%
G=11.06%
B=54.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71231140.380.8000.55271.6566.4226.86
Hex4717722650037110421b
Octal107271624612006742010233
Binary100011110111111001010011010100000110111100010000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471772; }

 p { color: rgb(71,23,114); }

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

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

 a { background-color: rgb(71,23,114); }

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

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

 span { border-color: rgb(71,23,114); }

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