Html Css Color HEX #4C2EA7 Blue Gem

📋 copy color: '#4C2EA7'

red 76 ◦ green 46 ◦ blue 167

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

Shades of Blue Gem #4C2EA7

Tints of Blue Gem #4C2EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 57.79%

R = 26.3%
G = 15.92%
B = 57.79%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4C2EA7 (or 0x4C2EA7) is known color: Blue Gem. HEX triplet: 4C, 2E and A7. RGB value is (76,46,167). Sum of RGB (Red+Green+Blue) = 76+46+167=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #4C2EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2EA7 is #B3D158. Grayscale: #444444. Windows color (decimal): -11784537 or 10956364. OLE color: 10956364.

HSL color Cylindrical-coordinate representation of color #4C2EA7: hue angle of 254.88º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C2EA7 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 46 167 -
CMYK 0.54 0.72 0 0.35
HSL 254.88º 0.57% 0.42% -
HSV(B) 254.88º 0.72% 0.65% -
XYZ 10.93 6.28 37.2 -
YUV 68.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 76 46 167 0.54 0.72 0 0.35 254.88 0.57 0.42
Hex 4C 2E A7 36 48 0 23 FF 39 2A
Octal 114 56 247 66 110 0 43 377 71 52
Binary 1001100 101110 10100111 110110 1001000 0 100011 11111111 111001 101010

Color Harmonies of #4C2EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EA7

Black with #4C2EA7

Text Example


Text Example

White with #4C2EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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