Html Css Color HEX #4C389C Blue Gem

📋 copy color: '#4C389C'

red 76 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #4C389C

Tints of Blue Gem #4C389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 26.39%
G = 19.44%
B = 54.17%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C389C (or 0x4C389C) is known color: Blue Gem. HEX triplet: 4C, 38 and 9C. RGB value is (76,56,156). Sum of RGB (Red+Green+Blue) = 76+56+156=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C389C is #B3C763. Grayscale: #494949. Windows color (decimal): -11781988 or 10238028. OLE color: 10238028.

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

Color convert

RGB 76 56 156 -
CMYK 0.51 0.64 0 0.39
HSL 252º 0.47% 0.42% -
HSV(B) 252º 0.64% 0.61% -
XYZ 10.4 6.77 32.21 -
YUV 73.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 76 56 156 0.51 0.64 0 0.39 252 0.47 0.42
Hex 4C 38 9C 33 40 0 27 FC 2F 2A
Octal 114 70 234 63 100 0 47 374 57 52
Binary 1001100 111000 10011100 110011 1000000 0 100111 11111100 101111 101010

Color Harmonies of #4C389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C389C

Black with #4C389C

Text Example


Text Example

White with #4C389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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