Html Css Color HEX #4C3992 Blue Gem

📋 copy color: '#4C3992'

red 76 ◦ green 57 ◦ blue 146

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

Shades of Blue Gem #4C3992

Tints of Blue Gem #4C3992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 27.24%
G = 20.43%
B = 52.33%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C3992 (or 0x4C3992) is known color: Blue Gem. HEX triplet: 4C, 39 and 92. RGB value is (76,57,146). Sum of RGB (Red+Green+Blue) = 76+57+146=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C3992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3992 is #B3C66D. Grayscale: #484848. Windows color (decimal): -11781742 or 9582924. OLE color: 9582924.

HSL color Cylindrical-coordinate representation of color #4C3992: hue angle of 252.81º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C3992 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 57 146 -
CMYK 0.48 0.61 0 0.43
HSL 252.81º 0.44% 0.4% -
HSV(B) 252.81º 0.61% 0.57% -
XYZ 9.63 6.54 27.95 -
YUV 72.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 76 57 146 0.48 0.61 0 0.43 252.81 0.44 0.4
Hex 4C 39 92 30 3D 0 2B FD 2C 28
Octal 114 71 222 60 75 0 53 375 54 50
Binary 1001100 111001 10010010 110000 111101 0 101011 11111101 101100 101000

Color Harmonies of #4C3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3992

Black with #4C3992

Text Example


Text Example

White with #4C3992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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