#4C1F71

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

Shades of Blue Diamond #4C1F71

Tints of Blue Diamond #4C1F71

Color information

#4C1F71 (or 0x4C1F71) is unknown color: approx Blue Diamond. HEX triplet: 4C, 1F and 71. RGB value is (76,31,113). Sum of RGB (Red+Green+Blue) = 76+31+113=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C1F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1F71 is #B3E08E. Grayscale: #353535. Windows color (decimal): -11788431 or 7413580. OLE color: 7413580.

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

Color convert

RGB7631113-
CMYK0.330.7300.56
HSL272.93º56.94%28.24%-
HSV(B)272.93º72.57%44.31%-
XYZ6.453.7116-
YUV53.8161.41143.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=34.55%
G=14.09%
B=51.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76311130.330.7300.56272.9356.9428.24
Hex4C1F712149038111391c
Octal11437161411110704217134
Binary10011001111111100011000011001001011100010001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,31,113); }

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

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

 a { background-color: rgb(76,31,113); }

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

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

 span { border-color: rgb(76,31,113); }

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