Html Css Color HEX #4C1771 Blue Diamond

📋 copy color: '#4C1771'

red 76 ◦ green 23 ◦ blue 113

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

Shades of Blue Diamond #4C1771

Tints of Blue Diamond #4C1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 35.85%
G = 10.85%
B = 53.3%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C1771 (or 0x4C1771) is known color: Blue Diamond. HEX triplet: 4C, 17 and 71. RGB value is (76,23,113). Sum of RGB (Red+Green+Blue) = 76+23+113=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 23 (9.38% from 255 or 10.85% 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 #4C1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1771 is #B3E88E. Grayscale: #303030. Windows color (decimal): -11790479 or 7411532. OLE color: 7411532.

HSL color Cylindrical-coordinate representation of color #4C1771: hue angle of 275.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1771 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 23 113 -
CMYK 0.33 0.80 0 0.56
HSL 275.33º 0.66% 0.27% -
HSV(B) 275.33º 0.8% 0.44% -
XYZ 6.27 3.34 15.94 -
YUV 49.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 76 23 113 0.33 0.80 0 0.56 275.33 0.66 0.27
Hex 4C 17 71 21 50 0 38 113 42 1B
Octal 114 27 161 41 120 0 70 423 102 33
Binary 1001100 10111 1110001 100001 1010000 0 111000 100010011 1000010 11011

Color Harmonies of #4C1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1771

Black with #4C1771

Text Example


Text Example

White with #4C1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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