Html Css Color HEX #4A1972 Blue Diamond

📋 copy color: '#4A1972'

red 74 ◦ green 25 ◦ blue 114

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

Shades of Blue Diamond #4A1972

Tints of Blue Diamond #4A1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 34.74%
G = 11.74%
B = 53.52%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A1972 (or 0x4A1972) is known color: Blue Diamond. HEX triplet: 4A, 19 and 72. RGB value is (74,25,114). Sum of RGB (Red+Green+Blue) = 74+25+114=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1972 is #B5E68D. Grayscale: #313131. Windows color (decimal): -11921038 or 7477578. OLE color: 7477578.

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

Color convert

RGB 74 25 114 -
CMYK 0.35 0.78 0 0.55
HSL 273.03º 0.64% 0.27% -
HSV(B) 273.03º 0.78% 0.45% -
XYZ 6.21 3.37 16.24 -
YUV 49.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 74 25 114 0.35 0.78 0 0.55 273.03 0.64 0.27
Hex 4A 19 72 23 4E 0 37 111 40 1B
Octal 112 31 162 43 116 0 67 421 100 33
Binary 1001010 11001 1110010 100011 1001110 0 110111 100010001 1000000 11011

Color Harmonies of #4A1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1972

Black with #4A1972

Text Example


Text Example

White with #4A1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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