Html Css Color HEX #4C3AA6 Blue Gem

📋 copy color: '#4C3AA6'

red 76 ◦ green 58 ◦ blue 166

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

Shades of Blue Gem #4C3AA6

Tints of Blue Gem #4C3AA6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

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

R = 25.33%
G = 19.33%
B = 55.33%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4C3AA6 (or 0x4C3AA6) is known color: Blue Gem. HEX triplet: 4C, 3A and A6. RGB value is (76,58,166). Sum of RGB (Red+Green+Blue) = 76+58+166=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 166 (65.23% from 255 or 55.33% from 300); Max value from RGB is 166 - color contains mainly: blue. Hex color #4C3AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3AA6 is #B3C559. Grayscale: #4B4B4B. Windows color (decimal): -11781466 or 10893900. OLE color: 10893900.

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

Color convert

RGB 76 58 166 -
CMYK 0.54 0.65 0 0.35
HSL 250º 0.48% 0.44% -
HSV(B) 250º 0.65% 0.65% -
XYZ 11.38 7.32 36.89 -
YUV 75.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 76 58 166 0.54 0.65 0 0.35 250 0.48 0.44
Hex 4C 3A A6 36 41 0 23 FA 30 2C
Octal 114 72 246 66 101 0 43 372 60 54
Binary 1001100 111010 10100110 110110 1000001 0 100011 11111010 110000 101100

Color Harmonies of #4C3AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3AA6

Black with #4C3AA6

Text Example


Text Example

White with #4C3AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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