Html Css Color HEX #4C2EAA Blue Gem

📋 copy color: '#4C2EAA'

red 76 ◦ green 46 ◦ blue 170

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

Shades of Blue Gem #4C2EAA

Tints of Blue Gem #4C2EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 26.03%
G = 15.75%
B = 58.22%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C2EAA (or 0x4C2EAA) is known color: Blue Gem. HEX triplet: 4C, 2E and AA. RGB value is (76,46,170). Sum of RGB (Red+Green+Blue) = 76+46+170=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C2EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2EAA is #B3D155. Grayscale: #444444. Windows color (decimal): -11784534 or 11152972. OLE color: 11152972.

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

Color convert

RGB 76 46 170 -
CMYK 0.55 0.73 0 0.33
HSL 254.52º 0.57% 0.42% -
HSV(B) 254.52º 0.73% 0.67% -
XYZ 11.21 6.39 38.67 -
YUV 69.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 76 46 170 0.55 0.73 0 0.33 254.52 0.57 0.42
Hex 4C 2E AA 37 49 0 21 FF 39 2A
Octal 114 56 252 67 111 0 41 377 71 52
Binary 1001100 101110 10101010 110111 1001001 0 100001 11111111 111001 101010

Color Harmonies of #4C2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EAA

Black with #4C2EAA

Text Example


Text Example

White with #4C2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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