#4B1C71

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

Shades of Blue Diamond #4B1C71

Tints of Blue Diamond #4B1C71

Color information

#4B1C71 (or 0x4B1C71) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1C and 71. RGB value is (75,28,113). Sum of RGB (Red+Green+Blue) = 75+28+113=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B1C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1C71 is #B4E38E. Grayscale: #333333. Windows color (decimal): -11854735 or 7412811. OLE color: 7412811.

HSL color Cylindrical-coordinate representation of color #4B1C71: hue angle of 273.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1C71 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7528113-
CMYK0.340.7500.56
HSL273.18º60.28%27.65%-
HSV(B)273.18º75.22%44.31%-
XYZ6.33.5215.97-
YUV51.74162.57144.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.72%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=34.72%
G=12.96%
B=52.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75281130.340.7500.56273.1860.2827.65
Hex4B1C71224B0381113c1c
Octal11334161421130704217434
Binary10010111110011100011000101001011011100010001000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B1C71; }

 p { color: rgb(75,28,113); }

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

<style>
 a { background-color: #4B1C71; }

 a { background-color: rgb(75,28,113); }

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

<style>
 span { border-color: #4B1C71; }

 span { border-color: rgb(75,28,113); }

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