Html Css Color HEX #4D3DA3 Blue Gem

📋 copy color: '#4D3DA3'

red 77 ◦ green 61 ◦ blue 163

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

Shades of Blue Gem #4D3DA3

Tints of Blue Gem #4D3DA3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 163 (64.06% from 255) = 54.15%

R = 25.58%
G = 20.27%
B = 54.15%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D3DA3 (or 0x4D3DA3) is known color: Blue Gem. HEX triplet: 4D, 3D and A3. RGB value is (77,61,163). Sum of RGB (Red+Green+Blue) = 77+61+163=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D3DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DA3 is #B2C25C. Grayscale: #4D4D4D. Windows color (decimal): -11715165 or 10698061. OLE color: 10698061.

HSL color Cylindrical-coordinate representation of color #4D3DA3: hue angle of 249.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3DA3 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 61 163 -
CMYK 0.53 0.63 0 0.36
HSL 249.41º 0.46% 0.44% -
HSV(B) 249.41º 0.63% 0.64% -
XYZ 11.34 7.56 35.51 -
YUV 77.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 77 61 163 0.53 0.63 0 0.36 249.41 0.46 0.44
Hex 4D 3D A3 35 3F 0 24 F9 2E 2C
Octal 115 75 243 65 77 0 44 371 56 54
Binary 1001101 111101 10100011 110101 111111 0 100100 11111001 101110 101100

Color Harmonies of #4D3DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3DA3

Black with #4D3DA3

Text Example


Text Example

White with #4D3DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,61,163); }

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

background-color css

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

 a { background-color: rgb(77,61,163); }

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

border-color css

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

 span { border-color: rgb(77,61,163); }

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