Html Css Color HEX #4C2EA6 Blue Gem

📋 copy color: '#4C2EA6'

red 76 ◦ green 46 ◦ blue 166

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

Shades of Blue Gem #4C2EA6

Tints of Blue Gem #4C2EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 57.64%

R = 26.39%
G = 15.97%
B = 57.64%

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

#4C2EA6 (or 0x4C2EA6) is known color: Blue Gem. HEX triplet: 4C, 2E and A6. RGB value is (76,46,166). Sum of RGB (Red+Green+Blue) = 76+46+166=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #4C2EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2EA6 is #B3D159. Grayscale: #444444. Windows color (decimal): -11784538 or 10890828. OLE color: 10890828.

HSL color Cylindrical-coordinate representation of color #4C2EA6: hue angle of 255º 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 #4C2EA6 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 46 166 -
CMYK 0.54 0.72 0 0.35
HSL 255º 0.57% 0.42% -
HSV(B) 255º 0.72% 0.65% -
XYZ 10.84 6.24 36.71 -
YUV 68.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 76 46 166 0.54 0.72 0 0.35 255 0.57 0.42
Hex 4C 2E A6 36 48 0 23 FF 39 2A
Octal 114 56 246 66 110 0 43 377 71 52
Binary 1001100 101110 10100110 110110 1001000 0 100011 11111111 111001 101010

Color Harmonies of #4C2EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EA6

Black with #4C2EA6

Text Example


Text Example

White with #4C2EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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