#4A4194

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

Shades of Blue Gem #4A4194

Tints of Blue Gem #4A4194

Color information

#4A4194 (or 0x4A4194) is unknown color: approx Blue Gem. HEX triplet: 4A, 41 and 94. RGB value is (74,65,148). Sum of RGB (Red+Green+Blue) = 74+65+148=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A4194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4194 is #B5BE6B. Grayscale: #4C4C4C. Windows color (decimal): -11910764 or 9716042. OLE color: 9716042.

HSL color Cylindrical-coordinate representation of color #4A4194: hue angle of 246.51º 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 #4A4194 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7465148-
CMYK0.500.5600.42
HSL246.51º38.97%41.76%-
HSV(B)246.51º56.08%58.04%-
XYZ10.067.3728.91-
YUV77.15167.98125.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=25.78%
G=22.65%
B=51.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74651480.500.5600.42246.5138.9741.76
Hex4A4194323802Af7272a
Octal11210122462700523674752
Binary1001010100000110010100110010111000010101011110111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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