Html Css Color HEX #4C309C Blue Gem

📋 copy color: '#4C309C'

red 76 ◦ green 48 ◦ blue 156

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

Shades of Blue Gem #4C309C

Tints of Blue Gem #4C309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 27.14%
G = 17.14%
B = 55.71%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C309C (or 0x4C309C) is known color: Blue Gem. HEX triplet: 4C, 30 and 9C. RGB value is (76,48,156). Sum of RGB (Red+Green+Blue) = 76+48+156=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C309C is #B3CF63. Grayscale: #444444. Windows color (decimal): -11784036 or 10235980. OLE color: 10235980.

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

Color convert

RGB 76 48 156 -
CMYK 0.51 0.69 0 0.39
HSL 255.56º 0.53% 0.4% -
HSV(B) 255.56º 0.69% 0.61% -
XYZ 10.04 6.05 32.09 -
YUV 68.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 76 48 156 0.51 0.69 0 0.39 255.56 0.53 0.4
Hex 4C 30 9C 33 45 0 27 100 35 28
Octal 114 60 234 63 105 0 47 400 65 50
Binary 1001100 110000 10011100 110011 1000101 0 100111 100000000 110101 101000

Color Harmonies of #4C309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C309C

Black with #4C309C

Text Example


Text Example

White with #4C309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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