Html Css Color HEX #4C3EAB Blue Gem

📋 copy color: '#4C3EAB'

red 76 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #4C3EAB

Tints of Blue Gem #4C3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.06%

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

R = 24.6%
G = 20.06%
B = 55.34%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C3EAB (or 0x4C3EAB) is known color: Blue Gem. HEX triplet: 4C, 3E and AB. RGB value is (76,62,171). Sum of RGB (Red+Green+Blue) = 76+62+171=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C3EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3EAB is #B3C154. Grayscale: #4E4E4E. Windows color (decimal): -11780437 or 11222604. OLE color: 11222604.

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

Color convert

RGB 76 62 171 -
CMYK 0.56 0.64 0 0.33
HSL 247.71º 0.47% 0.46% -
HSV(B) 247.71º 0.64% 0.67% -
XYZ 12.05 7.92 39.42 -
YUV 78.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 76 62 171 0.56 0.64 0 0.33 247.71 0.47 0.46
Hex 4C 3E AB 38 40 0 21 F8 2F 2E
Octal 114 76 253 70 100 0 41 370 57 56
Binary 1001100 111110 10101011 111000 1000000 0 100001 11111000 101111 101110

Color Harmonies of #4C3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3EAB

Black with #4C3EAB

Text Example


Text Example

White with #4C3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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