Html Css Color HEX #4C2BA6 Blue Gem

📋 copy color: '#4C2BA6'

red 76 ◦ green 43 ◦ blue 166

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

Shades of Blue Gem #4C2BA6

Tints of Blue Gem #4C2BA6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 26.67%
G = 15.09%
B = 58.25%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4C2BA6 (or 0x4C2BA6) is known color: Blue Gem. HEX triplet: 4C, 2B and A6. RGB value is (76,43,166). Sum of RGB (Red+Green+Blue) = 76+43+166=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #4C2BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2BA6 is #B3D459. Grayscale: #424242. Windows color (decimal): -11785306 or 10890060. OLE color: 10890060.

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

Color convert

RGB 76 43 166 -
CMYK 0.54 0.74 0 0.35
HSL 256.1º 0.59% 0.41% -
HSV(B) 256.1º 0.74% 0.65% -
XYZ 10.73 6.02 36.67 -
YUV 66.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 76 43 166 0.54 0.74 0 0.35 256.1 0.59 0.41
Hex 4C 2B A6 36 4A 0 23 100 3B 29
Octal 114 53 246 66 112 0 43 400 73 51
Binary 1001100 101011 10100110 110110 1001010 0 100011 100000000 111011 101001

Color Harmonies of #4C2BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BA6

Black with #4C2BA6

Text Example


Text Example

White with #4C2BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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