#471C73

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

Shades of Blue Diamond #471C73

Tints of Blue Diamond #471C73

Color information

#471C73 (or 0x471C73) is unknown color: approx Blue Diamond. HEX triplet: 47, 1C and 73. RGB value is (71,28,115). Sum of RGB (Red+Green+Blue) = 71+28+115=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #471C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C73 is #B8E38C. Grayscale: #323232. Windows color (decimal): -12116877 or 7543879. OLE color: 7543879.

HSL color Cylindrical-coordinate representation of color #471C73: hue angle of 269.66º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471C73 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7128115-
CMYK0.380.7600.55
HSL269.66º60.84%28.04%-
HSV(B)269.66º75.65%45.1%-
XYZ6.113.4116.56-
YUV50.78164.25142.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=33.18%
G=13.08%
B=53.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71281150.380.7600.55269.6660.8428.04
Hex471C73264C03710e3d1c
Octal10734163461140674167534
Binary10001111110011100111001101001100011011110000111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C73; }

 p { color: rgb(71,28,115); }

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

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

 a { background-color: rgb(71,28,115); }

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

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

 span { border-color: rgb(71,28,115); }

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