Html Css Color HEX #4C309D Blue Gem

📋 copy color: '#4C309D'

red 76 ◦ green 48 ◦ blue 157

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

Shades of Blue Gem #4C309D

Tints of Blue Gem #4C309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 27.05%
G = 17.08%
B = 55.87%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C309D (or 0x4C309D) is known color: Blue Gem. HEX triplet: 4C, 30 and 9D. RGB value is (76,48,157). Sum of RGB (Red+Green+Blue) = 76+48+157=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C309D is #B3CF62. Grayscale: #444444. Windows color (decimal): -11784035 or 10301516. OLE color: 10301516.

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

Color convert

RGB 76 48 157 -
CMYK 0.52 0.69 0 0.38
HSL 255.41º 0.53% 0.4% -
HSV(B) 255.41º 0.69% 0.62% -
XYZ 10.12 6.08 32.54 -
YUV 68.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 76 48 157 0.52 0.69 0 0.38 255.41 0.53 0.4
Hex 4C 30 9D 34 45 0 26 FF 35 28
Octal 114 60 235 64 105 0 46 377 65 50
Binary 1001100 110000 10011101 110100 1000101 0 100110 11111111 110101 101000

Color Harmonies of #4C309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C309D

Black with #4C309D

Text Example


Text Example

White with #4C309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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