#473061

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

Shades of Blue Diamond #473061

Tints of Blue Diamond #473061

Color information

#473061 (or 0x473061) is unknown color: approx Blue Diamond. HEX triplet: 47, 30 and 61. RGB value is (71,48,97). Sum of RGB (Red+Green+Blue) = 71+48+97=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #473061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473061 is #B8CF9E. Grayscale: #3C3C3C. Windows color (decimal): -12111775 or 6369351. OLE color: 6369351.

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

Color convert

RGB714897-
CMYK0.270.5100.62
HSL268.16º33.79%28.43%-
HSV(B)268.16º50.52%38.04%-
XYZ5.814.3211.84-
YUV60.46148.62135.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=32.87%
G=22.22%
B=44.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7148970.270.5100.62268.1633.7928.43
Hex4730611B3303E10c221c
Octal1076014133630764144234
Binary1000111110000110000111011110011011111010000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473061; }

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

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

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

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

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

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

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

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