Html Css Color HEX #4C3171 Blue Diamond

📋 copy color: '#4C3171'

red 76 ◦ green 49 ◦ blue 113

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

Shades of Blue Diamond #4C3171

Tints of Blue Diamond #4C3171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 31.93%
G = 20.59%
B = 47.48%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C3171 (or 0x4C3171) is known color: Blue Diamond. HEX triplet: 4C, 31 and 71. RGB value is (76,49,113). Sum of RGB (Red+Green+Blue) = 76+49+113=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3171 is #B3CE8E. Grayscale: #404040. Windows color (decimal): -11783823 or 7418188. OLE color: 7418188.

HSL color Cylindrical-coordinate representation of color #4C3171: hue angle of 265.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3171 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 49 113 -
CMYK 0.33 0.57 0 0.56
HSL 265.31º 0.4% 0.32% -
HSV(B) 265.31º 0.57% 0.44% -
XYZ 7.06 4.93 16.2 -
YUV 64.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 76 49 113 0.33 0.57 0 0.56 265.31 0.4 0.32
Hex 4C 31 71 21 39 0 38 109 28 20
Octal 114 61 161 41 71 0 70 411 50 40
Binary 1001100 110001 1110001 100001 111001 0 111000 100001001 101000 100000

Color Harmonies of #4C3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3171

Black with #4C3171

Text Example


Text Example

White with #4C3171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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