Html Css Color HEX #4E50BA Rich Blue

📋 copy color: '#4E50BA'

red 78 ◦ green 80 ◦ blue 186

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

Shades of Rich Blue #4E50BA

Tints of Rich Blue #4E50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 22.67%
G = 23.26%
B = 54.07%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E50BA (or 0x4E50BA) is known color: Rich Blue. HEX triplet: 4E, 50 and BA. RGB value is (78,80,186). Sum of RGB (Red+Green+Blue) = 78+80+186=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E50BA is #B1AF45. Grayscale: #5B5B5B. Windows color (decimal): -11644742 or 12210254. OLE color: 12210254.

HSL color Cylindrical-coordinate representation of color #4E50BA: hue angle of 238.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E50BA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 80 186 -
CMYK 0.58 0.57 0 0.27
HSL 238.89º 0.44% 0.52% -
HSV(B) 238.89º 0.58% 0.73% -
XYZ 14.87 10.9 47.77 -
YUV 91.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 78 80 186 0.58 0.57 0 0.27 238.89 0.44 0.52
Hex 4E 50 BA 3A 39 0 1B EF 2C 34
Octal 116 120 272 72 71 0 33 357 54 64
Binary 1001110 1010000 10111010 111010 111001 0 11011 11101111 101100 110100

Color Harmonies of #4E50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E50BA

Black with #4E50BA

Text Example


Text Example

White with #4E50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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