Html Css Color HEX #4D2BAA Blue Gem

📋 copy color: '#4D2BAA'

red 77 ◦ green 43 ◦ blue 170

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

Shades of Blue Gem #4D2BAA

Tints of Blue Gem #4D2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

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

R = 26.55%
G = 14.83%
B = 58.62%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D2BAA (or 0x4D2BAA) is known color: Blue Gem. HEX triplet: 4D, 2B and AA. RGB value is (77,43,170). Sum of RGB (Red+Green+Blue) = 77+43+170=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D2BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2BAA is #B2D455. Grayscale: #434343. Windows color (decimal): -11719766 or 11152205. OLE color: 11152205.

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

Color convert

RGB 77 43 170 -
CMYK 0.55 0.75 0 0.33
HSL 256.06º 0.6% 0.42% -
HSV(B) 256.06º 0.75% 0.67% -
XYZ 11.18 6.21 38.64 -
YUV 67.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 77 43 170 0.55 0.75 0 0.33 256.06 0.6 0.42
Hex 4D 2B AA 37 4B 0 21 100 3C 2A
Octal 115 53 252 67 113 0 41 400 74 52
Binary 1001101 101011 10101010 110111 1001011 0 100001 100000000 111100 101010

Color Harmonies of #4D2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2BAA

Black with #4D2BAA

Text Example


Text Example

White with #4D2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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