Html Css Color HEX #4C3BAB Blue Gem

📋 copy color: '#4C3BAB'

red 76 ◦ green 59 ◦ blue 171

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

Shades of Blue Gem #4C3BAB

Tints of Blue Gem #4C3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 24.84%
G = 19.28%
B = 55.88%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C3BAB (or 0x4C3BAB) is known color: Blue Gem. HEX triplet: 4C, 3B and AB. RGB value is (76,59,171). Sum of RGB (Red+Green+Blue) = 76+59+171=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3BAB is #B3C454. Grayscale: #4C4C4C. Windows color (decimal): -11781205 or 11221836. OLE color: 11221836.

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

Color convert

RGB 76 59 171 -
CMYK 0.56 0.65 0 0.33
HSL 249.11º 0.49% 0.45% -
HSV(B) 249.11º 0.65% 0.67% -
XYZ 11.9 7.6 39.37 -
YUV 76.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 76 59 171 0.56 0.65 0 0.33 249.11 0.49 0.45
Hex 4C 3B AB 38 41 0 21 F9 31 2D
Octal 114 73 253 70 101 0 41 371 61 55
Binary 1001100 111011 10101011 111000 1000001 0 100001 11111001 110001 101101

Color Harmonies of #4C3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3BAB

Black with #4C3BAB

Text Example


Text Example

White with #4C3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,59,171); }

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

background-color css

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

 a { background-color: rgb(76,59,171); }

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

border-color css

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

 span { border-color: rgb(76,59,171); }

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