Html Css Color HEX #4C2471 Blue Diamond

📋 copy color: '#4C2471'

red 76 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #4C2471

Tints of Blue Diamond #4C2471

RGB

 RED value IS 76 (30.08% from 255) = 33.78%

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

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

R = 33.78%
G = 16%
B = 50.22%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C2471 (or 0x4C2471) is known color: Blue Diamond. HEX triplet: 4C, 24 and 71. RGB value is (76,36,113). Sum of RGB (Red+Green+Blue) = 76+36+113=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2471 is #B3DB8E. Grayscale: #383838. Windows color (decimal): -11787151 or 7414860. OLE color: 7414860.

HSL color Cylindrical-coordinate representation of color #4C2471: hue angle of 271.17º 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 #4C2471 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 36 113 -
CMYK 0.33 0.68 0 0.56
HSL 271.17º 0.52% 0.29% -
HSV(B) 271.17º 0.68% 0.44% -
XYZ 6.59 3.99 16.05 -
YUV 56.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 76 36 113 0.33 0.68 0 0.56 271.17 0.52 0.29
Hex 4C 24 71 21 44 0 38 10F 34 1D
Octal 114 44 161 41 104 0 70 417 64 35
Binary 1001100 100100 1110001 100001 1000100 0 111000 100001111 110100 11101

Color Harmonies of #4C2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2471

Black with #4C2471

Text Example


Text Example

White with #4C2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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