Html Css Color HEX #4A3DAA Blue Gem

📋 copy color: '#4A3DAA'

red 74 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #4A3DAA

Tints of Blue Gem #4A3DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 24.26%
G = 20%
B = 55.74%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A3DAA (or 0x4A3DAA) is known color: Blue Gem. HEX triplet: 4A, 3D and AA. RGB value is (74,61,170). Sum of RGB (Red+Green+Blue) = 74+61+170=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A3DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3DAA is #B5C255. Grayscale: #4C4C4C. Windows color (decimal): -11911766 or 11156810. OLE color: 11156810.

HSL color Cylindrical-coordinate representation of color #4A3DAA: hue angle of 247.16º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A3DAA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 61 170 -
CMYK 0.56 0.64 0 0.33
HSL 247.16º 0.47% 0.45% -
HSV(B) 247.16º 0.64% 0.67% -
XYZ 11.75 7.7 38.9 -
YUV 77.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 74 61 170 0.56 0.64 0 0.33 247.16 0.47 0.45
Hex 4A 3D AA 38 40 0 21 F7 2F 2D
Octal 112 75 252 70 100 0 41 367 57 55
Binary 1001010 111101 10101010 111000 1000000 0 100001 11110111 101111 101101

Color Harmonies of #4A3DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3DAA

Black with #4A3DAA

Text Example


Text Example

White with #4A3DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,61,170); }

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

background-color css

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

 a { background-color: rgb(74,61,170); }

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

border-color css

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

 span { border-color: rgb(74,61,170); }

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