#473164

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

Shades of Blue Diamond #473164

Tints of Blue Diamond #473164

Color information

#473164 (or 0x473164) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 64. RGB value is (71,49,100). Sum of RGB (Red+Green+Blue) = 71+49+100=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #473164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473164 is #B8CE9B. Grayscale: #3D3D3D. Windows color (decimal): -12111516 or 6566215. OLE color: 6566215.

HSL color Cylindrical-coordinate representation of color #473164: hue angle of 265.88º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473164 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7149100-
CMYK0.290.5100.61
HSL265.88º34.23%29.22%-
HSV(B)265.88º51%39.22%-
XYZ64.4612.6-
YUV61.39149.79134.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=32.27%
G=22.27%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71491000.290.5100.61265.8834.2329.22
Hex4731641D3303D10a221d
Octal1076114435630754124235
Binary1000111110001110010011101110011011110110000101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473164; }

 p { color: rgb(71,49,100); }

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

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

 a { background-color: rgb(71,49,100); }

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

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

 span { border-color: rgb(71,49,100); }

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