Html Css Color HEX #4D49BA Rich Blue

📋 copy color: '#4D49BA'

red 77 ◦ green 73 ◦ blue 186

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

Shades of Rich Blue #4D49BA

Tints of Rich Blue #4D49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 22.92%
G = 21.73%
B = 55.36%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D49BA (or 0x4D49BA) is known color: Rich Blue. HEX triplet: 4D, 49 and BA. RGB value is (77,73,186). Sum of RGB (Red+Green+Blue) = 77+73+186=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D49BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49BA is #B2B645. Grayscale: #565656. Windows color (decimal): -11712070 or 12208461. OLE color: 12208461.

HSL color Cylindrical-coordinate representation of color #4D49BA: hue angle of 242.12º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D49BA is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 73 186 -
CMYK 0.59 0.61 0 0.27
HSL 242.12º 0.45% 0.51% -
HSV(B) 242.12º 0.61% 0.73% -
XYZ 14.31 9.89 47.61 -
YUV 87.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 77 73 186 0.59 0.61 0 0.27 242.12 0.45 0.51
Hex 4D 49 BA 3B 3D 0 1B F2 2D 33
Octal 115 111 272 73 75 0 33 362 55 63
Binary 1001101 1001001 10111010 111011 111101 0 11011 11110010 101101 110011

Color Harmonies of #4D49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D49BA

Black with #4D49BA

Text Example


Text Example

White with #4D49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,186); }

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

background-color css

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

 a { background-color: rgb(77,73,186); }

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

border-color css

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

 span { border-color: rgb(77,73,186); }

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