Html Css Color HEX #4C348D Blue Gem

📋 copy color: '#4C348D'

red 76 ◦ green 52 ◦ blue 141

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

Shades of Blue Gem #4C348D

Tints of Blue Gem #4C348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

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

R = 28.25%
G = 19.33%
B = 52.42%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C348D (or 0x4C348D) is known color: Blue Gem. HEX triplet: 4C, 34 and 8D. RGB value is (76,52,141). Sum of RGB (Red+Green+Blue) = 76+52+141=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C348D is #B3CB72. Grayscale: #444444. Windows color (decimal): -11783027 or 9253964. OLE color: 9253964.

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

Color convert

RGB 76 52 141 -
CMYK 0.46 0.63 0 0.45
HSL 256.18º 0.46% 0.38% -
HSV(B) 256.18º 0.63% 0.55% -
XYZ 9.02 5.92 25.87 -
YUV 69.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 76 52 141 0.46 0.63 0 0.45 256.18 0.46 0.38
Hex 4C 34 8D 2E 3F 0 2D 100 2E 26
Octal 114 64 215 56 77 0 55 400 56 46
Binary 1001100 110100 10001101 101110 111111 0 101101 100000000 101110 100110

Color Harmonies of #4C348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C348D

Black with #4C348D

Text Example


Text Example

White with #4C348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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