#4A1D71

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

Shades of Blue Diamond #4A1D71

Tints of Blue Diamond #4A1D71

Color information

#4A1D71 (or 0x4A1D71) is unknown color: approx Blue Diamond. HEX triplet: 4A, 1D and 71. RGB value is (74,29,113). Sum of RGB (Red+Green+Blue) = 74+29+113=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 29 (11.72% from 255 or 13.43% 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 #4A1D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D71 is #B5E28E. Grayscale: #333333. Windows color (decimal): -11920015 or 7413066. OLE color: 7413066.

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

Color convert

RGB7429113-
CMYK0.350.7400.56
HSL272.14º59.15%27.84%-
HSV(B)272.14º74.34%44.31%-
XYZ6.243.5315.97-
YUV52.03162.41143.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=34.26%
G=13.43%
B=52.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74291130.350.7400.56272.1459.1527.84
Hex4A1D71234A0381103b1c
Octal11235161431120704207334
Binary10010101110111100011000111001010011100010001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,29,113); }

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

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

 a { background-color: rgb(74,29,113); }

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

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

 span { border-color: rgb(74,29,113); }

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