Html Css Color HEX #4D3CB1 Rich Blue

📋 copy color: '#4D3CB1'

red 77 ◦ green 60 ◦ blue 177

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

Shades of Rich Blue #4D3CB1

Tints of Rich Blue #4D3CB1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 177 (69.53% from 255) = 56.37%

R = 24.52%
G = 19.11%
B = 56.37%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D3CB1 (or 0x4D3CB1) is known color: Rich Blue. HEX triplet: 4D, 3C and B1. RGB value is (77,60,177). Sum of RGB (Red+Green+Blue) = 77+60+177=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D3CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CB1 is #B2C34E. Grayscale: #4D4D4D. Windows color (decimal): -11715407 or 11615309. OLE color: 11615309.

HSL color Cylindrical-coordinate representation of color #4D3CB1: hue angle of 248.72º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3CB1 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 60 177 -
CMYK 0.56 0.66 0 0.31
HSL 248.72º 0.49% 0.46% -
HSV(B) 248.72º 0.66% 0.69% -
XYZ 12.61 7.98 42.47 -
YUV 78.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 77 60 177 0.56 0.66 0 0.31 248.72 0.49 0.46
Hex 4D 3C B1 38 42 0 1F F9 31 2E
Octal 115 74 261 70 102 0 37 371 61 56
Binary 1001101 111100 10110001 111000 1000010 0 11111 11111001 110001 101110

Color Harmonies of #4D3CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CB1

Black with #4D3CB1

Text Example


Text Example

White with #4D3CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,177); }

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

background-color css

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

 a { background-color: rgb(77,60,177); }

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

border-color css

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

 span { border-color: rgb(77,60,177); }

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