#473160

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

Shades of Blue Diamond #473160

Tints of Blue Diamond #473160

Color information

#473160 (or 0x473160) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 60. RGB value is (71,49,96). Sum of RGB (Red+Green+Blue) = 71+49+96=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #473160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473160 is #B8CE9F. Grayscale: #3C3C3C. Windows color (decimal): -12111520 or 6304071. OLE color: 6304071.

HSL color Cylindrical-coordinate representation of color #473160: hue angle of 268.09º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473160 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB714996-
CMYK0.260.4900.62
HSL268.09º32.41%28.43%-
HSV(B)268.09º48.96%37.65%-
XYZ5.814.3811.61-
YUV60.94147.79135.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=32.87%
G=22.69%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7149960.260.4900.62268.0932.4128.43
Hex4731601A3103E10c201c
Octal1076114032610764144034
Binary1000111110001110000011010110001011111010000110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473160; }

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

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

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

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

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

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

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

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