Html Css Color HEX #4C2895 Blue Gem

📋 copy color: '#4C2895'

red 76 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #4C2895

Tints of Blue Gem #4C2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 28.68%
G = 15.09%
B = 56.23%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C2895 (or 0x4C2895) is known color: Blue Gem. HEX triplet: 4C, 28 and 95. RGB value is (76,40,149). Sum of RGB (Red+Green+Blue) = 76+40+149=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2895 is #B3D76A. Grayscale: #3E3E3E. Windows color (decimal): -11786091 or 9775180. OLE color: 9775180.

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

Color convert

RGB 76 40 149 -
CMYK 0.49 0.73 0 0.42
HSL 259.82º 0.58% 0.37% -
HSV(B) 259.82º 0.73% 0.58% -
XYZ 9.16 5.22 28.96 -
YUV 63.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 76 40 149 0.49 0.73 0 0.42 259.82 0.58 0.37
Hex 4C 28 95 31 49 0 2A 104 3A 25
Octal 114 50 225 61 111 0 52 404 72 45
Binary 1001100 101000 10010101 110001 1001001 0 101010 100000100 111010 100101

Color Harmonies of #4C2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2895

Black with #4C2895

Text Example


Text Example

White with #4C2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,149); }

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

background-color css

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

 a { background-color: rgb(76,40,149); }

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

border-color css

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

 span { border-color: rgb(76,40,149); }

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