Html Css Color HEX #4D2CAA Blue Gem

📋 copy color: '#4D2CAA'

red 77 ◦ green 44 ◦ blue 170

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

Shades of Blue Gem #4D2CAA

Tints of Blue Gem #4D2CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

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

R = 26.46%
G = 15.12%
B = 58.42%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D2CAA (or 0x4D2CAA) is known color: Blue Gem. HEX triplet: 4D, 2C and AA. RGB value is (77,44,170). Sum of RGB (Red+Green+Blue) = 77+44+170=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D2CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2CAA is #B2D355. Grayscale: #434343. Windows color (decimal): -11719510 or 11152461. OLE color: 11152461.

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

Color convert

RGB 77 44 170 -
CMYK 0.55 0.74 0 0.33
HSL 255.71º 0.59% 0.42% -
HSV(B) 255.71º 0.74% 0.67% -
XYZ 11.22 6.28 38.65 -
YUV 68.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 77 44 170 0.55 0.74 0 0.33 255.71 0.59 0.42
Hex 4D 2C AA 37 4A 0 21 100 3B 2A
Octal 115 54 252 67 112 0 41 400 73 52
Binary 1001101 101100 10101010 110111 1001010 0 100001 100000000 111011 101010

Color Harmonies of #4D2CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2CAA

Black with #4D2CAA

Text Example


Text Example

White with #4D2CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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