Html Css Color HEX #4D358B Blue Gem

📋 copy color: '#4D358B'

red 77 ◦ green 53 ◦ blue 139

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

Shades of Blue Gem #4D358B

Tints of Blue Gem #4D358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 28.62%
G = 19.7%
B = 51.67%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D358B (or 0x4D358B) is known color: Blue Gem. HEX triplet: 4D, 35 and 8B. RGB value is (77,53,139). Sum of RGB (Red+Green+Blue) = 77+53+139=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D358B is #B2CA74. Grayscale: #454545. Windows color (decimal): -11717237 or 9123149. OLE color: 9123149.

HSL color Cylindrical-coordinate representation of color #4D358B: hue angle of 256.74º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D358B is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 53 139 -
CMYK 0.45 0.62 0 0.45
HSL 256.74º 0.45% 0.38% -
HSV(B) 256.74º 0.62% 0.55% -
XYZ 8.99 5.99 25.11 -
YUV 69.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 77 53 139 0.45 0.62 0 0.45 256.74 0.45 0.38
Hex 4D 35 8B 2D 3E 0 2D 101 2D 26
Octal 115 65 213 55 76 0 55 401 55 46
Binary 1001101 110101 10001011 101101 111110 0 101101 100000001 101101 100110

Color Harmonies of #4D358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D358B

Black with #4D358B

Text Example


Text Example

White with #4D358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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