Html Css Color HEX #4A3399 Blue Gem

📋 copy color: '#4A3399'

red 74 ◦ green 51 ◦ blue 153

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

Shades of Blue Gem #4A3399

Tints of Blue Gem #4A3399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

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

R = 26.62%
G = 18.35%
B = 55.04%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A3399 (or 0x4A3399) is known color: Blue Gem. HEX triplet: 4A, 33 and 99. RGB value is (74,51,153). Sum of RGB (Red+Green+Blue) = 74+51+153=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A3399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3399 is #B5CC66. Grayscale: #454545. Windows color (decimal): -11914343 or 10040138. OLE color: 10040138.

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

Color convert

RGB 74 51 153 -
CMYK 0.52 0.67 0 0.4
HSL 253.53º 0.5% 0.4% -
HSV(B) 253.53º 0.67% 0.6% -
XYZ 9.76 6.12 30.8 -
YUV 69.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 74 51 153 0.52 0.67 0 0.4 253.53 0.5 0.4
Hex 4A 33 99 34 43 0 28 FE 32 28
Octal 112 63 231 64 103 0 50 376 62 50
Binary 1001010 110011 10011001 110100 1000011 0 101000 11111110 110010 101000

Color Harmonies of #4A3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3399

Black with #4A3399

Text Example


Text Example

White with #4A3399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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