Html Css Color HEX #4C2EAB Blue Gem

📋 copy color: '#4C2EAB'

red 76 ◦ green 46 ◦ blue 171

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

Shades of Blue Gem #4C2EAB

Tints of Blue Gem #4C2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

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

R = 25.94%
G = 15.7%
B = 58.36%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C2EAB (or 0x4C2EAB) is known color: Blue Gem. HEX triplet: 4C, 2E and AB. RGB value is (76,46,171). Sum of RGB (Red+Green+Blue) = 76+46+171=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2EAB is #B3D154. Grayscale: #444444. Windows color (decimal): -11784533 or 11218508. OLE color: 11218508.

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

Color convert

RGB 76 46 171 -
CMYK 0.56 0.73 0 0.33
HSL 254.4º 0.58% 0.43% -
HSV(B) 254.4º 0.73% 0.67% -
XYZ 11.31 6.43 39.17 -
YUV 69.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 76 46 171 0.56 0.73 0 0.33 254.4 0.58 0.43
Hex 4C 2E AB 38 49 0 21 FE 3A 2B
Octal 114 56 253 70 111 0 41 376 72 53
Binary 1001100 101110 10101011 111000 1001001 0 100001 11111110 111010 101011

Color Harmonies of #4C2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EAB

Black with #4C2EAB

Text Example


Text Example

White with #4C2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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