Html Css Color HEX #4A2471 Blue Diamond

📋 copy color: '#4A2471'

red 74 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #4A2471

Tints of Blue Diamond #4A2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 33.18%
G = 16.14%
B = 50.67%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A2471 (or 0x4A2471) is known color: Blue Diamond. HEX triplet: 4A, 24 and 71. RGB value is (74,36,113). Sum of RGB (Red+Green+Blue) = 74+36+113=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2471 is #B5DB8E. Grayscale: #373737. Windows color (decimal): -11918223 or 7414858. OLE color: 7414858.

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

Color convert

RGB 74 36 113 -
CMYK 0.35 0.68 0 0.56
HSL 269.61º 0.52% 0.29% -
HSV(B) 269.61º 0.68% 0.44% -
XYZ 6.44 3.91 16.04 -
YUV 56.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 74 36 113 0.35 0.68 0 0.56 269.61 0.52 0.29
Hex 4A 24 71 23 44 0 38 10E 34 1D
Octal 112 44 161 43 104 0 70 416 64 35
Binary 1001010 100100 1110001 100011 1000100 0 111000 100001110 110100 11101

Color Harmonies of #4A2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2471

Black with #4A2471

Text Example


Text Example

White with #4A2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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