Html Css Color HEX #4E41BE Rich Blue

📋 copy color: '#4E41BE'

red 78 ◦ green 65 ◦ blue 190

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

Shades of Rich Blue #4E41BE

Tints of Rich Blue #4E41BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 23.42%
G = 19.52%
B = 57.06%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E41BE (or 0x4E41BE) is known color: Rich Blue. HEX triplet: 4E, 41 and BE. RGB value is (78,65,190). Sum of RGB (Red+Green+Blue) = 78+65+190=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E41BE is #B1BE41. Grayscale: #525252. Windows color (decimal): -11648578 or 12468558. OLE color: 12468558.

HSL color Cylindrical-coordinate representation of color #4E41BE: hue angle of 246.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E41BE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 65 190 -
CMYK 0.59 0.66 0 0.25
HSL 246.24º 0.49% 0.5% -
HSV(B) 246.24º 0.66% 0.75% -
XYZ 14.33 9.12 49.72 -
YUV 83.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 78 65 190 0.59 0.66 0 0.25 246.24 0.49 0.5
Hex 4E 41 BE 3B 42 0 19 F6 31 32
Octal 116 101 276 73 102 0 31 366 61 62
Binary 1001110 1000001 10111110 111011 1000010 0 11001 11110110 110001 110010

Color Harmonies of #4E41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E41BE

Black with #4E41BE

Text Example


Text Example

White with #4E41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,65,190); }

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

background-color css

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

 a { background-color: rgb(78,65,190); }

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

border-color css

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

 span { border-color: rgb(78,65,190); }

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