Html Css Color HEX #4C249A Blue Gem

📋 copy color: '#4C249A'

red 76 ◦ green 36 ◦ blue 154

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

Shades of Blue Gem #4C249A

Tints of Blue Gem #4C249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.89%

R = 28.57%
G = 13.53%
B = 57.89%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C249A (or 0x4C249A) is known color: Blue Gem. HEX triplet: 4C, 24 and 9A. RGB value is (76,36,154). Sum of RGB (Red+Green+Blue) = 76+36+154=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C249A is #B3DB65. Grayscale: #3C3C3C. Windows color (decimal): -11787110 or 10101836. OLE color: 10101836.

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

Color convert

RGB 76 36 154 -
CMYK 0.51 0.77 0 0.40
HSL 260.34º 0.62% 0.37% -
HSV(B) 260.34º 0.77% 0.6% -
XYZ 9.44 5.13 31.06 -
YUV 61.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 76 36 154 0.51 0.77 0 0.40 260.34 0.62 0.37
Hex 4C 24 9A 33 4D 0 28 104 3E 25
Octal 114 44 232 63 115 0 50 404 76 45
Binary 1001100 100100 10011010 110011 1001101 0 101000 100000100 111110 100101

Color Harmonies of #4C249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C249A

Black with #4C249A

Text Example


Text Example

White with #4C249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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