#471A73

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

Shades of Blue Diamond #471A73

Tints of Blue Diamond #471A73

Color information

#471A73 (or 0x471A73) is unknown color: approx Blue Diamond. HEX triplet: 47, 1A and 73. RGB value is (71,26,115). Sum of RGB (Red+Green+Blue) = 71+26+115=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #471A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A73 is #B8E58C. Grayscale: #313131. Windows color (decimal): -12117389 or 7543367. OLE color: 7543367.

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

Color convert

RGB7126115-
CMYK0.380.7700.55
HSL270.34º63.12%27.65%-
HSV(B)270.34º77.39%45.1%-
XYZ6.063.3216.54-
YUV49.6164.91143.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=33.49%
G=12.26%
B=54.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71261150.380.7700.55270.3463.1227.65
Hex471A73264D03710e3f1c
Octal10732163461150674167734
Binary10001111101011100111001101001101011011110000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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