#4D3BA2

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

Shades of Blue Gem #4D3BA2

Tints of Blue Gem #4D3BA2

Color information

#4D3BA2 (or 0x4D3BA2) is unknown color: approx Blue Gem. HEX triplet: 4D, 3B and A2. RGB value is (77,59,162). Sum of RGB (Red+Green+Blue) = 77+59+162=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D3BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3BA2 is #B2C45D. Grayscale: #4B4B4B. Windows color (decimal): -11715678 or 10632013. OLE color: 10632013.

HSL color Cylindrical-coordinate representation of color #4D3BA2: hue angle of 250.49º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3BA2 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7759162-
CMYK0.520.6400.36
HSL250.49º46.61%43.33%-
HSV(B)250.49º63.58%63.53%-
XYZ11.157.3135.01-
YUV76.12176.46128.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=25.84%
G=19.80%
B=54.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77591620.520.6400.36250.4946.6143.33
Hex4D3BA23440024fa2f2b
Octal11573242641000443725753
Binary1001101111011101000101101001000000010010011111010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,59,162); }

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

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

 a { background-color: rgb(77,59,162); }

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

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

 span { border-color: rgb(77,59,162); }

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