#472471

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

Shades of Blue Diamond #472471

Tints of Blue Diamond #472471

Color information

#472471 (or 0x472471) is unknown color: approx Blue Diamond. HEX triplet: 47, 24 and 71. RGB value is (71,36,113). Sum of RGB (Red+Green+Blue) = 71+36+113=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #472471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472471 is #B8DB8E. Grayscale: #363636. Windows color (decimal): -12114831 or 7414855. OLE color: 7414855.

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

Color convert

RGB7136113-
CMYK0.370.6800.56
HSL267.27º51.68%29.22%-
HSV(B)267.27º68.14%44.31%-
XYZ6.213.7916.03-
YUV55.24160.6139.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=32.27%
G=16.36%
B=51.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71361130.370.6800.56267.2751.6829.22
Hex472471254403810b341d
Octal10744161451040704136435
Binary100011110010011100011001011000100011100010000101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472471; }

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

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

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

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

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

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

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

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