Html Css Color HEX #4D3AAA Blue Gem

📋 copy color: '#4D3AAA'

red 77 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #4D3AAA

Tints of Blue Gem #4D3AAA

RGB

 RED value IS 77 (30.47% from 255) = 25.25%

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 25.25%
G = 19.02%
B = 55.74%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D3AAA (or 0x4D3AAA) is known color: Blue Gem. HEX triplet: 4D, 3A and AA. RGB value is (77,58,170). Sum of RGB (Red+Green+Blue) = 77+58+170=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 58 (23.05% from 255 or 19.02% 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 #4D3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3AAA is #B2C555. Grayscale: #4C4C4C. Windows color (decimal): -11715926 or 11156045. OLE color: 11156045.

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

Color convert

RGB 77 58 170 -
CMYK 0.55 0.66 0 0.33
HSL 250.18º 0.49% 0.45% -
HSV(B) 250.18º 0.66% 0.67% -
XYZ 11.83 7.51 38.86 -
YUV 76.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 77 58 170 0.55 0.66 0 0.33 250.18 0.49 0.45
Hex 4D 3A AA 37 42 0 21 FA 31 2D
Octal 115 72 252 67 102 0 41 372 61 55
Binary 1001101 111010 10101010 110111 1000010 0 100001 11111010 110001 101101

Color Harmonies of #4D3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3AAA

Black with #4D3AAA

Text Example


Text Example

White with #4D3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,170); }

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

background-color css

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

 a { background-color: rgb(77,58,170); }

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

border-color css

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

 span { border-color: rgb(77,58,170); }

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