Html Css Color HEX #4D2395 Blue Gem

📋 copy color: '#4D2395'

red 77 ◦ green 35 ◦ blue 149

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

Shades of Blue Gem #4D2395

Tints of Blue Gem #4D2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 29.5%
G = 13.41%
B = 57.09%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D2395 (or 0x4D2395) is known color: Blue Gem. HEX triplet: 4D, 23 and 95. RGB value is (77,35,149). Sum of RGB (Red+Green+Blue) = 77+35+149=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D2395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2395 is #B2DC6A. Grayscale: #3C3C3C. Windows color (decimal): -11721835 or 9773901. OLE color: 9773901.

HSL color Cylindrical-coordinate representation of color #4D2395: hue angle of 262.11º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2395 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 35 149 -
CMYK 0.48 0.77 0 0.42
HSL 262.11º 0.62% 0.36% -
HSV(B) 262.11º 0.77% 0.58% -
XYZ 9.09 4.95 28.91 -
YUV 60.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 77 35 149 0.48 0.77 0 0.42 262.11 0.62 0.36
Hex 4D 23 95 30 4D 0 2A 106 3E 24
Octal 115 43 225 60 115 0 52 406 76 44
Binary 1001101 100011 10010101 110000 1001101 0 101010 100000110 111110 100100

Color Harmonies of #4D2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2395

Black with #4D2395

Text Example


Text Example

White with #4D2395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,149); }

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

background-color css

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

 a { background-color: rgb(77,35,149); }

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

border-color css

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

 span { border-color: rgb(77,35,149); }

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