#473161

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

Shades of Blue Diamond #473161

Tints of Blue Diamond #473161

Color information

#473161 (or 0x473161) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 61. RGB value is (71,49,97). Sum of RGB (Red+Green+Blue) = 71+49+97=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #473161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473161 is #B8CE9E. Grayscale: #3C3C3C. Windows color (decimal): -12111519 or 6369607. OLE color: 6369607.

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

Color convert

RGB714997-
CMYK0.270.4900.62
HSL267.5º32.88%28.63%-
HSV(B)267.5º49.48%38.04%-
XYZ5.854.411.85-
YUV61.05148.29135.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=32.72%
G=22.58%
B=44.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7149970.270.4900.62267.532.8828.63
Hex4731611B3103E10c211d
Octal1076114133610764144135
Binary1000111110001110000111011110001011111010000110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473161; }

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

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

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

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

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

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

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

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