Html Css Color HEX #4C398D Blue Gem

📋 copy color: '#4C398D'

red 76 ◦ green 57 ◦ blue 141

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

Shades of Blue Gem #4C398D

Tints of Blue Gem #4C398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 27.74%
G = 20.8%
B = 51.46%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C398D (or 0x4C398D) is known color: Blue Gem. HEX triplet: 4C, 39 and 8D. RGB value is (76,57,141). Sum of RGB (Red+Green+Blue) = 76+57+141=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C398D is #B3C672. Grayscale: #474747. Windows color (decimal): -11781747 or 9255244. OLE color: 9255244.

HSL color Cylindrical-coordinate representation of color #4C398D: hue angle of 253.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C398D is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 57 141 -
CMYK 0.46 0.60 0 0.45
HSL 253.57º 0.42% 0.39% -
HSV(B) 253.57º 0.6% 0.55% -
XYZ 9.25 6.39 25.94 -
YUV 72.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 76 57 141 0.46 0.60 0 0.45 253.57 0.42 0.39
Hex 4C 39 8D 2E 3C 0 2D FE 2A 27
Octal 114 71 215 56 74 0 55 376 52 47
Binary 1001100 111001 10001101 101110 111100 0 101101 11111110 101010 100111

Color Harmonies of #4C398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C398D

Black with #4C398D

Text Example


Text Example

White with #4C398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,141); }

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

background-color css

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

 a { background-color: rgb(76,57,141); }

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

border-color css

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

 span { border-color: rgb(76,57,141); }

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