#471C72

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

Shades of Blue Diamond #471C72

Tints of Blue Diamond #471C72

Color information

#471C72 (or 0x471C72) is unknown color: approx Blue Diamond. HEX triplet: 47, 1C and 72. RGB value is (71,28,114). Sum of RGB (Red+Green+Blue) = 71+28+114=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #471C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C72 is #B8E38D. Grayscale: #323232. Windows color (decimal): -12116878 or 7478343. OLE color: 7478343.

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

Color convert

RGB7128114-
CMYK0.380.7500.55
HSL270º60.56%27.84%-
HSV(B)270º75.44%44.71%-
XYZ6.053.3916.25-
YUV50.66163.75142.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=33.33%
G=13.15%
B=53.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71281140.380.7500.5527060.5627.84
Hex471C72264B03710e3d1c
Octal10734162461130674167534
Binary10001111110011100101001101001011011011110000111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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