Html Css Color HEX #4A1971 Blue Diamond

📋 copy color: '#4A1971'

red 74 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #4A1971

Tints of Blue Diamond #4A1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 34.91%
G = 11.79%
B = 53.3%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A1971 (or 0x4A1971) is known color: Blue Diamond. HEX triplet: 4A, 19 and 71. RGB value is (74,25,113). Sum of RGB (Red+Green+Blue) = 74+25+113=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1971 is #B5E68E. Grayscale: #313131. Windows color (decimal): -11921039 or 7412042. OLE color: 7412042.

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

Color convert

RGB 74 25 113 -
CMYK 0.35 0.78 0 0.56
HSL 273.41º 0.64% 0.27% -
HSV(B) 273.41º 0.78% 0.44% -
XYZ 6.15 3.34 15.94 -
YUV 49.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 74 25 113 0.35 0.78 0 0.56 273.41 0.64 0.27
Hex 4A 19 71 23 4E 0 38 111 40 1B
Octal 112 31 161 43 116 0 70 421 100 33
Binary 1001010 11001 1110001 100011 1001110 0 111000 100010001 1000000 11011

Color Harmonies of #4A1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1971

Black with #4A1971

Text Example


Text Example

White with #4A1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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