Html Css Color HEX #4A4194 Blue Gem

📋 copy color: '#4A4194'

red 74 ◦ green 65 ◦ blue 148

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

Shades of Blue Gem #4A4194

Tints of Blue Gem #4A4194

RGB

 RED value IS 74 (29.3% from 255) = 25.78%

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 25.78%
G = 22.65%
B = 51.57%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A4194 (or 0x4A4194) is known color: 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

RGB 74 65 148 -
CMYK 0.50 0.56 0 0.42
HSL 246.51º 0.39% 0.42% -
HSV(B) 246.51º 0.56% 0.58% -
XYZ 10.06 7.37 28.91 -
YUV 77.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 74 65 148 0.50 0.56 0 0.42 246.51 0.39 0.42
Hex 4A 41 94 32 38 0 2A F7 27 2A
Octal 112 101 224 62 70 0 52 367 47 52
Binary 1001010 1000001 10010100 110010 111000 0 101010 11110111 100111 101010

Color Harmonies of #4A4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4194

Black with #4A4194

Text Example


Text Example

White with #4A4194

Text Example


Text Example

HTML Codes & Css Web 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>