#4C4194

Color #4C4194 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4C4194

Tints of Blue Gem #4C4194

Color information

#4C4194 (or 0x4C4194) is unknown color: approx Blue Gem. HEX triplet: 4C, 41 and 94. RGB value is (76,65,148). Sum of RGB (Red+Green+Blue) = 76+65+148=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C4194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4194 is #B3BE6B. Grayscale: #4D4D4D. Windows color (decimal): -11779692 or 9716044. OLE color: 9716044.

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

Color convert

RGB7665148-
CMYK0.490.5600.42
HSL247.95º38.97%41.76%-
HSV(B)247.95º56.08%58.04%-
XYZ10.227.4628.92-
YUV77.75167.64126.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=26.30%
G=22.49%
B=51.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76651480.490.5600.42247.9538.9741.76
Hex4C4194313802Af8272a
Octal11410122461700523704752
Binary1001100100000110010100110001111000010101011111000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,148); }

 H1.HeaderClassName
 {
   color: #4C4194;
 }
 .AnyTagClassName
 {
   color: #4C4194;
 }
</style>
background-color css

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

 a { background-color: rgb(76,65,148); }

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

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

 span { border-color: rgb(76,65,148); }

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