#4D419B

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

Shades of Blue Gem #4D419B

Tints of Blue Gem #4D419B

Color information

#4D419B (or 0x4D419B) is unknown color: approx Blue Gem. HEX triplet: 4D, 41 and 9B. RGB value is (77,65,155). Sum of RGB (Red+Green+Blue) = 77+65+155=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D419B is #B2BE64. Grayscale: #4E4E4E. Windows color (decimal): -11714149 or 10174797. OLE color: 10174797.

HSL color Cylindrical-coordinate representation of color #4D419B: hue angle of 248º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D419B is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7765155-
CMYK0.500.5800.39
HSL248º40.91%43.14%-
HSV(B)248º58.06%60.78%-
XYZ10.877.7231.93-
YUV78.85170.98126.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=25.93%
G=21.89%
B=52.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77651550.500.5800.3924840.9143.14
Hex4D419B323A027f8292b
Octal11510123362720473705153
Binary1001101100000110011011110010111010010011111111000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,65,155); }

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

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

 a { background-color: rgb(77,65,155); }

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

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

 span { border-color: rgb(77,65,155); }

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