Html Css Color HEX #4C3172 Blue Diamond

📋 copy color: '#4C3172'

red 76 ◦ green 49 ◦ blue 114

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

Shades of Blue Diamond #4C3172

Tints of Blue Diamond #4C3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 31.8%
G = 20.5%
B = 47.7%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C3172 (or 0x4C3172) is known color: Blue Diamond. HEX triplet: 4C, 31 and 72. RGB value is (76,49,114). Sum of RGB (Red+Green+Blue) = 76+49+114=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3172 is #B3CE8D. Grayscale: #404040. Windows color (decimal): -11783822 or 7483724. OLE color: 7483724.

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

Color convert

RGB 76 49 114 -
CMYK 0.33 0.57 0 0.55
HSL 264.92º 0.4% 0.32% -
HSV(B) 264.92º 0.57% 0.45% -
XYZ 7.12 4.95 16.5 -
YUV 64.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 76 49 114 0.33 0.57 0 0.55 264.92 0.4 0.32
Hex 4C 31 72 21 39 0 37 109 28 20
Octal 114 61 162 41 71 0 67 411 50 40
Binary 1001100 110001 1110010 100001 111001 0 110111 100001001 101000 100000

Color Harmonies of #4C3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3172

Black with #4C3172

Text Example


Text Example

White with #4C3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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