Html Css Color HEX #4D2FAB Blue Gem

📋 copy color: '#4D2FAB'

red 77 ◦ green 47 ◦ blue 171

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

Shades of Blue Gem #4D2FAB

Tints of Blue Gem #4D2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 26.1%
G = 15.93%
B = 57.97%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D2FAB (or 0x4D2FAB) is known color: Blue Gem. HEX triplet: 4D, 2F and AB. RGB value is (77,47,171). Sum of RGB (Red+Green+Blue) = 77+47+171=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2FAB is #B2D054. Grayscale: #454545. Windows color (decimal): -11718741 or 11218765. OLE color: 11218765.

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

Color convert

RGB 77 47 171 -
CMYK 0.55 0.73 0 0.33
HSL 254.52º 0.57% 0.43% -
HSV(B) 254.52º 0.73% 0.67% -
XYZ 11.43 6.55 39.19 -
YUV 70.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 77 47 171 0.55 0.73 0 0.33 254.52 0.57 0.43
Hex 4D 2F AB 37 49 0 21 FF 39 2B
Octal 115 57 253 67 111 0 41 377 71 53
Binary 1001101 101111 10101011 110111 1001001 0 100001 11111111 111001 101011

Color Harmonies of #4D2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2FAB

Black with #4D2FAB

Text Example


Text Example

White with #4D2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,47,171); }

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

background-color css

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

 a { background-color: rgb(77,47,171); }

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

border-color css

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

 span { border-color: rgb(77,47,171); }

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