Html Css Color HEX #4C249C Blue Gem

📋 copy color: '#4C249C'

red 76 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #4C249C

Tints of Blue Gem #4C249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 28.36%
G = 13.43%
B = 58.21%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C249C (or 0x4C249C) is known color: Blue Gem. HEX triplet: 4C, 24 and 9C. RGB value is (76,36,156). Sum of RGB (Red+Green+Blue) = 76+36+156=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C249C is #B3DB63. Grayscale: #3D3D3D. Windows color (decimal): -11787108 or 10232908. OLE color: 10232908.

HSL color Cylindrical-coordinate representation of color #4C249C: hue angle of 260º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C249C is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 36 156 -
CMYK 0.51 0.77 0 0.39
HSL 260º 0.63% 0.38% -
HSV(B) 260º 0.77% 0.61% -
XYZ 9.61 5.2 31.95 -
YUV 61.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 76 36 156 0.51 0.77 0 0.39 260 0.63 0.38
Hex 4C 24 9C 33 4D 0 27 104 3E 26
Octal 114 44 234 63 115 0 47 404 76 46
Binary 1001100 100100 10011100 110011 1001101 0 100111 100000100 111110 100110

Color Harmonies of #4C249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C249C

Black with #4C249C

Text Example


Text Example

White with #4C249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,156); }

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

background-color css

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

 a { background-color: rgb(76,36,156); }

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

border-color css

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

 span { border-color: rgb(76,36,156); }

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