#4A1671

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

Shades of Blue Diamond #4A1671

Tints of Blue Diamond #4A1671

Color information

#4A1671 (or 0x4A1671) is unknown color: approx Blue Diamond. HEX triplet: 4A, 16 and 71. RGB value is (74,22,113). Sum of RGB (Red+Green+Blue) = 74+22+113=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A1671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1671 is #B5E98E. Grayscale: #2F2F2F. Windows color (decimal): -11921807 or 7411274. OLE color: 7411274.

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

Color convert

RGB7422113-
CMYK0.350.8100.56
HSL274.29º67.41%26.47%-
HSV(B)274.29º80.53%44.31%-
XYZ6.093.2215.92-
YUV47.92164.73146.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=35.41%
G=10.53%
B=54.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74221130.350.8100.56274.2967.4126.47
Hex4A16712351038112431a
Octal112261614312107042210332
Binary100101010110111000110001110100010111000100010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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