Html Css Color HEX #4C309F Blue Gem

📋 copy color: '#4C309F'

red 76 ◦ green 48 ◦ blue 159

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

Shades of Blue Gem #4C309F

Tints of Blue Gem #4C309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 26.86%
G = 16.96%
B = 56.18%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C309F (or 0x4C309F) is known color: Blue Gem. HEX triplet: 4C, 30 and 9F. RGB value is (76,48,159). Sum of RGB (Red+Green+Blue) = 76+48+159=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C309F is #B3CF60. Grayscale: #444444. Windows color (decimal): -11784033 or 10432588. OLE color: 10432588.

HSL color Cylindrical-coordinate representation of color #4C309F: hue angle of 255.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C309F is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 48 159 -
CMYK 0.52 0.70 0 0.38
HSL 255.14º 0.54% 0.41% -
HSV(B) 255.14º 0.7% 0.62% -
XYZ 10.3 6.15 33.45 -
YUV 69.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 76 48 159 0.52 0.70 0 0.38 255.14 0.54 0.41
Hex 4C 30 9F 34 46 0 26 FF 36 29
Octal 114 60 237 64 106 0 46 377 66 51
Binary 1001100 110000 10011111 110100 1000110 0 100110 11111111 110110 101001

Color Harmonies of #4C309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C309F

Black with #4C309F

Text Example


Text Example

White with #4C309F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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