Html Css Color HEX #4E4FBA Rich Blue

📋 copy color: '#4E4FBA'

red 78 ◦ green 79 ◦ blue 186

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

Shades of Rich Blue #4E4FBA

Tints of Rich Blue #4E4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 22.74%
G = 23.03%
B = 54.23%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E4FBA (or 0x4E4FBA) is known color: Rich Blue. HEX triplet: 4E, 4F and BA. RGB value is (78,79,186). Sum of RGB (Red+Green+Blue) = 78+79+186=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FBA is #B1B045. Grayscale: #5A5A5A. Windows color (decimal): -11644998 or 12209998. OLE color: 12209998.

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

Color convert

RGB 78 79 186 -
CMYK 0.58 0.58 0 0.27
HSL 239.44º 0.44% 0.52% -
HSV(B) 239.44º 0.58% 0.73% -
XYZ 14.8 10.76 47.75 -
YUV 90.9 181.67 118.8 -
System Red Green Blue C M Y K H S L
Decimal 78 79 186 0.58 0.58 0 0.27 239.44 0.44 0.52
Hex 4E 4F BA 3A 3A 0 1B EF 2C 34
Octal 116 117 272 72 72 0 33 357 54 64
Binary 1001110 1001111 10111010 111010 111010 0 11011 11101111 101100 110100

Color Harmonies of #4E4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4FBA

Black with #4E4FBA

Text Example


Text Example

White with #4E4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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