Html Css Color HEX #4D3AAC Blue Gem

📋 copy color: '#4D3AAC'

red 77 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #4D3AAC

Tints of Blue Gem #4D3AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 25.08%
G = 18.89%
B = 56.03%

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

#4D3AAC (or 0x4D3AAC) is known color: Blue Gem. HEX triplet: 4D, 3A and AC. RGB value is (77,58,172). Sum of RGB (Red+Green+Blue) = 77+58+172=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3AAC is #B2C553. Grayscale: #4C4C4C. Windows color (decimal): -11715924 or 11287117. OLE color: 11287117.

HSL color Cylindrical-coordinate representation of color #4D3AAC: hue angle of 250º degrees, saturation: 0.5, 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 #4D3AAC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 58 172 -
CMYK 0.55 0.66 0 0.33
HSL 250º 0.5% 0.45% -
HSV(B) 250º 0.66% 0.67% -
XYZ 12.02 7.58 39.86 -
YUV 76.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 77 58 172 0.55 0.66 0 0.33 250 0.5 0.45
Hex 4D 3A AC 37 42 0 21 FA 32 2D
Octal 115 72 254 67 102 0 41 372 62 55
Binary 1001101 111010 10101100 110111 1000010 0 100001 11111010 110010 101101

Color Harmonies of #4D3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3AAC

Black with #4D3AAC

Text Example


Text Example

White with #4D3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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