Html Css Color HEX #4A3799 Blue Gem

📋 copy color: '#4A3799'

red 74 ◦ green 55 ◦ blue 153

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

Shades of Blue Gem #4A3799

Tints of Blue Gem #4A3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 26.24%
G = 19.5%
B = 54.26%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A3799 (or 0x4A3799) is known color: Blue Gem. HEX triplet: 4A, 37 and 99. RGB value is (74,55,153). Sum of RGB (Red+Green+Blue) = 74+55+153=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A3799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3799 is #B5C866. Grayscale: #474747. Windows color (decimal): -11913319 or 10041162. OLE color: 10041162.

HSL color Cylindrical-coordinate representation of color #4A3799: hue angle of 251.63º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A3799 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 55 153 -
CMYK 0.52 0.64 0 0.4
HSL 251.63º 0.47% 0.41% -
HSV(B) 251.63º 0.64% 0.6% -
XYZ 9.94 6.49 30.87 -
YUV 71.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 74 55 153 0.52 0.64 0 0.4 251.63 0.47 0.41
Hex 4A 37 99 34 40 0 28 FC 2F 29
Octal 112 67 231 64 100 0 50 374 57 51
Binary 1001010 110111 10011001 110100 1000000 0 101000 11111100 101111 101001

Color Harmonies of #4A3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3799

Black with #4A3799

Text Example


Text Example

White with #4A3799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,55,153); }

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

background-color css

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

 a { background-color: rgb(74,55,153); }

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

border-color css

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

 span { border-color: rgb(74,55,153); }

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