#471C74

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

Shades of Blue Diamond #471C74

Tints of Blue Diamond #471C74

Color information

#471C74 (or 0x471C74) is unknown color: approx Blue Diamond. HEX triplet: 47, 1C and 74. RGB value is (71,28,116). Sum of RGB (Red+Green+Blue) = 71+28+116=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #471C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C74 is #B8E38B. Grayscale: #323232. Windows color (decimal): -12116876 or 7609415. OLE color: 7609415.

HSL color Cylindrical-coordinate representation of color #471C74: hue angle of 269.32º 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 #471C74 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7128116-
CMYK0.390.7600.55
HSL269.32º61.11%28.24%-
HSV(B)269.32º75.86%45.49%-
XYZ6.173.4316.86-
YUV50.89164.75142.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=33.02%
G=13.02%
B=53.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71281160.390.7600.55269.3261.1128.24
Hex471C74274C03710d3d1c
Octal10734164471140674157534
Binary10001111110011101001001111001100011011110000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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