Html Css Color HEX #4C33AC Blue Gem

📋 copy color: '#4C33AC'

red 76 ◦ green 51 ◦ blue 172

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

Shades of Blue Gem #4C33AC

Tints of Blue Gem #4C33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 25.42%
G = 17.06%
B = 57.53%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C33AC (or 0x4C33AC) is known color: Blue Gem. HEX triplet: 4C, 33 and AC. RGB value is (76,51,172). Sum of RGB (Red+Green+Blue) = 76+51+172=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C33AC is #B3CC53. Grayscale: #474747. Windows color (decimal): -11783252 or 11285324. OLE color: 11285324.

HSL color Cylindrical-coordinate representation of color #4C33AC: hue angle of 252.4º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C33AC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 51 172 -
CMYK 0.56 0.70 0 0.33
HSL 252.4º 0.54% 0.44% -
HSV(B) 252.4º 0.7% 0.67% -
XYZ 11.61 6.88 39.75 -
YUV 72.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 76 51 172 0.56 0.70 0 0.33 252.4 0.54 0.44
Hex 4C 33 AC 38 46 0 21 FC 36 2C
Octal 114 63 254 70 106 0 41 374 66 54
Binary 1001100 110011 10101100 111000 1000110 0 100001 11111100 110110 101100

Color Harmonies of #4C33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C33AC

Black with #4C33AC

Text Example


Text Example

White with #4C33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,172); }

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

background-color css

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

 a { background-color: rgb(76,51,172); }

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

border-color css

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

 span { border-color: rgb(76,51,172); }

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