Html Css Color HEX #4940A4 Blue Gem

📋 copy color: '#4940A4'

red 73 ◦ green 64 ◦ blue 164

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

Shades of Blue Gem #4940A4

Tints of Blue Gem #4940A4

RGB

 RED value IS 73 (28.91% from 255) = 24.25%

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

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 24.25%
G = 21.26%
B = 54.49%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4940A4 (or 0x4940A4) is known color: Blue Gem. HEX triplet: 49, 40 and A4. RGB value is (73,64,164). Sum of RGB (Red+Green+Blue) = 73+64+164=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #4940A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940A4 is #B6BF5B. Grayscale: #4D4D4D. Windows color (decimal): -11976540 or 10764361. OLE color: 10764361.

HSL color Cylindrical-coordinate representation of color #4940A4: hue angle of 245.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4940A4 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 64 164 -
CMYK 0.55 0.61 0 0.36
HSL 245.4º 0.44% 0.45% -
HSV(B) 245.4º 0.61% 0.64% -
XYZ 11.28 7.76 36.03 -
YUV 78.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 73 64 164 0.55 0.61 0 0.36 245.4 0.44 0.45
Hex 49 40 A4 37 3D 0 24 F5 2C 2D
Octal 111 100 244 67 75 0 44 365 54 55
Binary 1001001 1000000 10100100 110111 111101 0 100100 11110101 101100 101101

Color Harmonies of #4940A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940A4

Black with #4940A4

Text Example


Text Example

White with #4940A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4940A4; }

 p { color: rgb(73,64,164); }

 H1.HeaderClassName
 {
   color: #4940A4;
 }
 .AnyTagClassName
 {
   color: #4940A4;
 }
</style>

background-color css

<style>
 a { background-color: #4940A4; }

 a { background-color: rgb(73,64,164); }

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

border-color css

<style>
 span { border-color: #4940A4; }

 span { border-color: rgb(73,64,164); }

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