Html Css Color HEX #4A1E71 Blue Diamond

📋 copy color: '#4A1E71'

red 74 ◦ green 30 ◦ blue 113

#4A1E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4A1E71

Tints of Blue Diamond #4A1E71

RGB

 RED value IS 74 (29.3% from 255) = 34.1%

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 34.1%
G = 13.82%
B = 52.07%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A1E71 (or 0x4A1E71) is known color: Blue Diamond. HEX triplet: 4A, 1E and 71. RGB value is (74,30,113). Sum of RGB (Red+Green+Blue) = 74+30+113=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A1E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1E71 is #B5E18E. Grayscale: #343434. Windows color (decimal): -11919759 or 7413322. OLE color: 7413322.

HSL color Cylindrical-coordinate representation of color #4A1E71: hue angle of 271.81º degrees, saturation: 0.58, 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 #4A1E71 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 30 113 -
CMYK 0.35 0.73 0 0.56
HSL 271.81º 0.58% 0.28% -
HSV(B) 271.81º 0.73% 0.44% -
XYZ 6.27 3.58 15.98 -
YUV 52.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 74 30 113 0.35 0.73 0 0.56 271.81 0.58 0.28
Hex 4A 1E 71 23 49 0 38 110 3A 1C
Octal 112 36 161 43 111 0 70 420 72 34
Binary 1001010 11110 1110001 100011 1001001 0 111000 100010000 111010 11100

Color Harmonies of #4A1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1E71

Black with #4A1E71

Text Example


Text Example

White with #4A1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A1E71;
 }
 .AnyTagClassName
 {
   color: #4A1E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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