Html Css Color HEX #4E4BB9 Rich Blue

📋 copy color: '#4E4BB9'

red 78 ◦ green 75 ◦ blue 185

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

Shades of Rich Blue #4E4BB9

Tints of Rich Blue #4E4BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 185 (72.66% from 255) = 54.73%

R = 23.08%
G = 22.19%
B = 54.73%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E4BB9 (or 0x4E4BB9) is known color: Rich Blue. HEX triplet: 4E, 4B and B9. RGB value is (78,75,185). Sum of RGB (Red+Green+Blue) = 78+75+185=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E4BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BB9 is #B1B446. Grayscale: #585858. Windows color (decimal): -11646023 or 12143438. OLE color: 12143438.

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

Color convert

RGB 78 75 185 -
CMYK 0.58 0.59 0 0.27
HSL 241.64º 0.44% 0.51% -
HSV(B) 241.64º 0.59% 0.73% -
XYZ 14.41 10.15 47.1 -
YUV 88.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 78 75 185 0.58 0.59 0 0.27 241.64 0.44 0.51
Hex 4E 4B B9 3A 3B 0 1B F2 2C 33
Octal 116 113 271 72 73 0 33 362 54 63
Binary 1001110 1001011 10111001 111010 111011 0 11011 11110010 101100 110011

Color Harmonies of #4E4BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4BB9

Black with #4E4BB9

Text Example


Text Example

White with #4E4BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,75,185); }

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

background-color css

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

 a { background-color: rgb(78,75,185); }

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

border-color css

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

 span { border-color: rgb(78,75,185); }

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