#4D2197

Color #4D2197 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4D2197

Tints of Blue Gem #4D2197

Color information

#4D2197 (or 0x4D2197) is unknown color: approx Blue Gem. HEX triplet: 4D, 21 and 97. RGB value is (77,33,151). Sum of RGB (Red+Green+Blue) = 77+33+151=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D2197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2197 is #B2DE68. Grayscale: #3B3B3B. Windows color (decimal): -11722345 or 9904461. OLE color: 9904461.

HSL color Cylindrical-coordinate representation of color #4D2197: hue angle of 262.37º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D2197 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7733151-
CMYK0.490.7800.41
HSL262.37º64.13%36.08%-
HSV(B)262.37º78.15%59.22%-
XYZ9.194.929.74-
YUV59.61179.58140.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 151 (59.38% from 255) = 57.85%
R=29.50%
G=12.64%
B=57.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77331510.490.7800.41262.3764.1336.08
Hex4D2197314E0291064024
Octal115412276111605140610044
Binary100110110000110010111110001100111001010011000001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,151); }

 H1.HeaderClassName
 {
   color: #4D2197;
 }
 .AnyTagClassName
 {
   color: #4D2197;
 }
</style>
background-color css

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

 a { background-color: rgb(77,33,151); }

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

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

 span { border-color: rgb(77,33,151); }

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