#4D35AC

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

Shades of Blue Gem #4D35AC

Tints of Blue Gem #4D35AC

Color information

#4D35AC (or 0x4D35AC) is unknown color: approx Blue Gem. HEX triplet: 4D, 35 and AC. RGB value is (77,53,172). Sum of RGB (Red+Green+Blue) = 77+53+172=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D35AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D35AC is #B2CA53. Grayscale: #494949. Windows color (decimal): -11717204 or 11285837. OLE color: 11285837.

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

Color convert

RGB7753172-
CMYK0.550.6900.33
HSL252.1º52.89%44.12%-
HSV(B)252.1º69.19%67.45%-
XYZ11.787.139.78-
YUV73.74183.45130.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=25.50%
G=17.55%
B=56.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77531720.550.6900.33252.152.8944.12
Hex4D35AC3745021fc352c
Octal11565254671050413746554
Binary1001101110101101011001101111000101010000111111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,172); }

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

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

 a { background-color: rgb(77,53,172); }

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

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

 span { border-color: rgb(77,53,172); }

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