Html Css Color HEX #4E49BA Rich Blue

📋 copy color: '#4E49BA'

red 78 ◦ green 73 ◦ blue 186

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

Shades of Rich Blue #4E49BA

Tints of Rich Blue #4E49BA

RGB

 RED value IS 78 (30.86% from 255) = 23.15%

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

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

R = 23.15%
G = 21.66%
B = 55.19%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E49BA (or 0x4E49BA) is known color: Rich Blue. HEX triplet: 4E, 49 and BA. RGB value is (78,73,186). Sum of RGB (Red+Green+Blue) = 78+73+186=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E49BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49BA is #B1B645. Grayscale: #565656. Windows color (decimal): -11646534 or 12208462. OLE color: 12208462.

HSL color Cylindrical-coordinate representation of color #4E49BA: hue angle of 242.65º 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 #4E49BA is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 73 186 -
CMYK 0.58 0.61 0 0.27
HSL 242.65º 0.45% 0.51% -
HSV(B) 242.65º 0.61% 0.73% -
XYZ 14.39 9.93 47.61 -
YUV 87.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 78 73 186 0.58 0.61 0 0.27 242.65 0.45 0.51
Hex 4E 49 BA 3A 3D 0 1B F3 2D 33
Octal 116 111 272 72 75 0 33 363 55 63
Binary 1001110 1001001 10111010 111010 111101 0 11011 11110011 101101 110011

Color Harmonies of #4E49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E49BA

Black with #4E49BA

Text Example


Text Example

White with #4E49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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