Html Css Color HEX #4C4095 Blue Gem

📋 copy color: '#4C4095'

red 76 ◦ green 64 ◦ blue 149

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

Shades of Blue Gem #4C4095

Tints of Blue Gem #4C4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 26.3%
G = 22.15%
B = 51.56%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C4095 (or 0x4C4095) is known color: Blue Gem. HEX triplet: 4C, 40 and 95. RGB value is (76,64,149). Sum of RGB (Red+Green+Blue) = 76+64+149=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C4095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4095 is #B3BF6A. Grayscale: #4C4C4C. Windows color (decimal): -11779947 or 9781324. OLE color: 9781324.

HSL color Cylindrical-coordinate representation of color #4C4095: hue angle of 248.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C4095 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 64 149 -
CMYK 0.49 0.57 0 0.42
HSL 248.47º 0.4% 0.42% -
HSV(B) 248.47º 0.57% 0.58% -
XYZ 10.24 7.37 29.32 -
YUV 77.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 76 64 149 0.49 0.57 0 0.42 248.47 0.4 0.42
Hex 4C 40 95 31 39 0 2A F8 28 2A
Octal 114 100 225 61 71 0 52 370 50 52
Binary 1001100 1000000 10010101 110001 111001 0 101010 11111000 101000 101010

Color Harmonies of #4C4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4095

Black with #4C4095

Text Example


Text Example

White with #4C4095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,149); }

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

background-color css

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

 a { background-color: rgb(76,64,149); }

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

border-color css

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

 span { border-color: rgb(76,64,149); }

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