Html Css Color HEX #4C319A Blue Gem

📋 copy color: '#4C319A'

red 76 ◦ green 49 ◦ blue 154

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

Shades of Blue Gem #4C319A

Tints of Blue Gem #4C319A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 27.24%
G = 17.56%
B = 55.2%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C319A (or 0x4C319A) is known color: Blue Gem. HEX triplet: 4C, 31 and 9A. RGB value is (76,49,154). Sum of RGB (Red+Green+Blue) = 76+49+154=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C319A is #B3CE65. Grayscale: #444444. Windows color (decimal): -11783782 or 10105164. OLE color: 10105164.

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

Color convert

RGB 76 49 154 -
CMYK 0.51 0.68 0 0.40
HSL 255.43º 0.52% 0.4% -
HSV(B) 255.43º 0.68% 0.6% -
XYZ 9.91 6.07 31.22 -
YUV 69.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 76 49 154 0.51 0.68 0 0.40 255.43 0.52 0.4
Hex 4C 31 9A 33 44 0 28 FF 34 28
Octal 114 61 232 63 104 0 50 377 64 50
Binary 1001100 110001 10011010 110011 1000100 0 101000 11111111 110100 101000

Color Harmonies of #4C319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C319A

Black with #4C319A

Text Example


Text Example

White with #4C319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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