#471C66

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

Shades of Blue Diamond #471C66

Tints of Blue Diamond #471C66

Color information

#471C66 (or 0x471C66) is unknown color: approx Blue Diamond. HEX triplet: 47, 1C and 66. RGB value is (71,28,102). Sum of RGB (Red+Green+Blue) = 71+28+102=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #471C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C66 is #B8E399. Grayscale: #313131. Windows color (decimal): -12116890 or 6691911. OLE color: 6691911.

HSL color Cylindrical-coordinate representation of color #471C66: hue angle of 274.86º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471C66 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7128102-
CMYK0.300.7300.6
HSL274.86º56.92%25.49%-
HSV(B)274.86º72.55%40%-
XYZ5.413.1312.89-
YUV49.29157.75143.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=35.32%
G=13.93%
B=50.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71281020.300.7300.6274.8656.9225.49
Hex471C661E4903C1133919
Octal10734146361110744237131
Binary1000111111001100110111101001001011110010001001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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