Html Css Color HEX #4D35AB Blue Gem

📋 copy color: '#4D35AB'

red 77 ◦ green 53 ◦ blue 171

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

Shades of Blue Gem #4D35AB

Tints of Blue Gem #4D35AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 25.58%
G = 17.61%
B = 56.81%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D35AB (or 0x4D35AB) is known color: Blue Gem. HEX triplet: 4D, 35 and AB. RGB value is (77,53,171). Sum of RGB (Red+Green+Blue) = 77+53+171=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D35AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D35AB is #B2CA54. Grayscale: #494949. Windows color (decimal): -11717205 or 11220301. OLE color: 11220301.

HSL color Cylindrical-coordinate representation of color #4D35AB: hue angle of 252.2º 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 #4D35AB is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 53 171 -
CMYK 0.55 0.69 0 0.33
HSL 252.2º 0.53% 0.44% -
HSV(B) 252.2º 0.69% 0.67% -
XYZ 11.68 7.06 39.28 -
YUV 73.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 77 53 171 0.55 0.69 0 0.33 252.2 0.53 0.44
Hex 4D 35 AB 37 45 0 21 FC 35 2C
Octal 115 65 253 67 105 0 41 374 65 54
Binary 1001101 110101 10101011 110111 1000101 0 100001 11111100 110101 101100

Color Harmonies of #4D35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35AB

Black with #4D35AB

Text Example


Text Example

White with #4D35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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