Html Css Color HEX #4E4ABB Rich Blue

📋 copy color: '#4E4ABB'

red 78 ◦ green 74 ◦ blue 187

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

Shades of Rich Blue #4E4ABB

Tints of Rich Blue #4E4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 23.01%
G = 21.83%
B = 55.16%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E4ABB (or 0x4E4ABB) is known color: Rich Blue. HEX triplet: 4E, 4A and BB. RGB value is (78,74,187). Sum of RGB (Red+Green+Blue) = 78+74+187=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4ABB is #B1B544. Grayscale: #575757. Windows color (decimal): -11646277 or 12274254. OLE color: 12274254.

HSL color Cylindrical-coordinate representation of color #4E4ABB: 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.6%. Process color model (Four color, CMYK) of #4E4ABB is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 74 187 -
CMYK 0.58 0.60 0 0.27
HSL 242.12º 0.45% 0.51% -
HSV(B) 242.12º 0.6% 0.73% -
XYZ 14.56 10.11 48.2 -
YUV 88.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 78 74 187 0.58 0.60 0 0.27 242.12 0.45 0.51
Hex 4E 4A BB 3A 3C 0 1B F2 2D 33
Octal 116 112 273 72 74 0 33 362 55 63
Binary 1001110 1001010 10111011 111010 111100 0 11011 11110010 101101 110011

Color Harmonies of #4E4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4ABB

Black with #4E4ABB

Text Example


Text Example

White with #4E4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,74,187); }

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

background-color css

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

 a { background-color: rgb(78,74,187); }

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

border-color css

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

 span { border-color: rgb(78,74,187); }

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