Html Css Color HEX #4C38AC Blue Gem

📋 copy color: '#4C38AC'

red 76 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #4C38AC

Tints of Blue Gem #4C38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 25%
G = 18.42%
B = 56.58%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C38AC (or 0x4C38AC) is known color: Blue Gem. HEX triplet: 4C, 38 and AC. RGB value is (76,56,172). Sum of RGB (Red+Green+Blue) = 76+56+172=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C38AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C38AC is #B3C753. Grayscale: #4A4A4A. Windows color (decimal): -11781972 or 11286604. OLE color: 11286604.

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

Color convert

RGB 76 56 172 -
CMYK 0.56 0.67 0 0.33
HSL 250.34º 0.51% 0.45% -
HSV(B) 250.34º 0.67% 0.67% -
XYZ 11.84 7.34 39.82 -
YUV 75.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 76 56 172 0.56 0.67 0 0.33 250.34 0.51 0.45
Hex 4C 38 AC 38 43 0 21 FA 33 2D
Octal 114 70 254 70 103 0 41 372 63 55
Binary 1001100 111000 10101100 111000 1000011 0 100001 11111010 110011 101101

Color Harmonies of #4C38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C38AC

Black with #4C38AC

Text Example


Text Example

White with #4C38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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