#472169

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

Shades of Blue Diamond #472169

Tints of Blue Diamond #472169

Color information

#472169 (or 0x472169) is unknown color: approx Blue Diamond. HEX triplet: 47, 21 and 69. RGB value is (71,33,105). Sum of RGB (Red+Green+Blue) = 71+33+105=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #472169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472169 is #B8DE96. Grayscale: #343434. Windows color (decimal): -12115607 or 6889799. OLE color: 6889799.

HSL color Cylindrical-coordinate representation of color #472169: hue angle of 271.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472169 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7133105-
CMYK0.320.6900.59
HSL271.67º52.17%27.06%-
HSV(B)271.67º68.57%41.18%-
XYZ5.693.4513.73-
YUV52.57157.59141.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=33.97%
G=15.79%
B=50.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71331050.320.6900.59271.6752.1727.06
Hex472169204503B110341b
Octal10741151401050734206433
Binary100011110000111010011000001000101011101110001000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472169; }

 p { color: rgb(71,33,105); }

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

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

 a { background-color: rgb(71,33,105); }

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

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

 span { border-color: rgb(71,33,105); }

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