Html Css Color HEX #4C2796 Blue Gem

📋 copy color: '#4C2796'

red 76 ◦ green 39 ◦ blue 150

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

Shades of Blue Gem #4C2796

Tints of Blue Gem #4C2796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 28.68%
G = 14.72%
B = 56.6%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C2796 (or 0x4C2796) is known color: Blue Gem. HEX triplet: 4C, 27 and 96. RGB value is (76,39,150). Sum of RGB (Red+Green+Blue) = 76+39+150=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C2796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2796 is #B3D869. Grayscale: #3E3E3E. Windows color (decimal): -11786346 or 9840460. OLE color: 9840460.

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

Color convert

RGB 76 39 150 -
CMYK 0.49 0.74 0 0.41
HSL 260º 0.59% 0.37% -
HSV(B) 260º 0.74% 0.59% -
XYZ 9.21 5.19 29.37 -
YUV 62.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 76 39 150 0.49 0.74 0 0.41 260 0.59 0.37
Hex 4C 27 96 31 4A 0 29 104 3B 25
Octal 114 47 226 61 112 0 51 404 73 45
Binary 1001100 100111 10010110 110001 1001010 0 101001 100000100 111011 100101

Color Harmonies of #4C2796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2796

Black with #4C2796

Text Example


Text Example

White with #4C2796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,150); }

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

background-color css

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

 a { background-color: rgb(76,39,150); }

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

border-color css

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

 span { border-color: rgb(76,39,150); }

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