Html Css Color HEX #4A1873 Blue Diamond

📋 copy color: '#4A1873'

red 74 ◦ green 24 ◦ blue 115

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

Shades of Blue Diamond #4A1873

Tints of Blue Diamond #4A1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 34.74%
G = 11.27%
B = 53.99%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A1873 (or 0x4A1873) is known color: Blue Diamond. HEX triplet: 4A, 18 and 73. RGB value is (74,24,115). Sum of RGB (Red+Green+Blue) = 74+24+115=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A1873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1873 is #B5E78C. Grayscale: #313131. Windows color (decimal): -11921293 or 7542858. OLE color: 7542858.

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

Color convert

RGB 74 24 115 -
CMYK 0.36 0.79 0 0.55
HSL 272.97º 0.65% 0.27% -
HSV(B) 272.97º 0.79% 0.45% -
XYZ 6.25 3.35 16.54 -
YUV 49.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 74 24 115 0.36 0.79 0 0.55 272.97 0.65 0.27
Hex 4A 18 73 24 4F 0 37 111 41 1B
Octal 112 30 163 44 117 0 67 421 101 33
Binary 1001010 11000 1110011 100100 1001111 0 110111 100010001 1000001 11011

Color Harmonies of #4A1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1873

Black with #4A1873

Text Example


Text Example

White with #4A1873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,24,115); }

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

background-color css

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

 a { background-color: rgb(74,24,115); }

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

border-color css

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

 span { border-color: rgb(74,24,115); }

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