Html Css Color HEX #4C36AC Blue Gem

📋 copy color: '#4C36AC'

red 76 ◦ green 54 ◦ blue 172

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

Shades of Blue Gem #4C36AC

Tints of Blue Gem #4C36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 25.17%
G = 17.88%
B = 56.95%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C36AC (or 0x4C36AC) is known color: Blue Gem. HEX triplet: 4C, 36 and AC. RGB value is (76,54,172). Sum of RGB (Red+Green+Blue) = 76+54+172=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C36AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C36AC is #B3C953. Grayscale: #494949. Windows color (decimal): -11782484 or 11286092. OLE color: 11286092.

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

Color convert

RGB 76 54 172 -
CMYK 0.56 0.69 0 0.33
HSL 251.19º 0.52% 0.44% -
HSV(B) 251.19º 0.69% 0.67% -
XYZ 11.75 7.15 39.79 -
YUV 74.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 76 54 172 0.56 0.69 0 0.33 251.19 0.52 0.44
Hex 4C 36 AC 38 45 0 21 FB 34 2C
Octal 114 66 254 70 105 0 41 373 64 54
Binary 1001100 110110 10101100 111000 1000101 0 100001 11111011 110100 101100

Color Harmonies of #4C36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C36AC

Black with #4C36AC

Text Example


Text Example

White with #4C36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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