Html Css Color HEX #4E46BC Rich Blue

📋 copy color: '#4E46BC'

red 78 ◦ green 70 ◦ blue 188

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

Shades of Rich Blue #4E46BC

Tints of Rich Blue #4E46BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 23.21%
G = 20.83%
B = 55.95%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E46BC (or 0x4E46BC) is known color: Rich Blue. HEX triplet: 4E, 46 and BC. RGB value is (78,70,188). Sum of RGB (Red+Green+Blue) = 78+70+188=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E46BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E46BC is #B1B943. Grayscale: #555555. Windows color (decimal): -11647300 or 12338766. OLE color: 12338766.

HSL color Cylindrical-coordinate representation of color #4E46BC: hue angle of 244.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E46BC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 70 188 -
CMYK 0.59 0.63 0 0.26
HSL 244.07º 0.47% 0.51% -
HSV(B) 244.07º 0.63% 0.74% -
XYZ 14.41 9.63 48.68 -
YUV 85.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 78 70 188 0.59 0.63 0 0.26 244.07 0.47 0.51
Hex 4E 46 BC 3B 3F 0 1A F4 2F 33
Octal 116 106 274 73 77 0 32 364 57 63
Binary 1001110 1000110 10111100 111011 111111 0 11010 11110100 101111 110011

Color Harmonies of #4E46BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E46BC

Black with #4E46BC

Text Example


Text Example

White with #4E46BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,70,188); }

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

background-color css

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

 a { background-color: rgb(78,70,188); }

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

border-color css

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

 span { border-color: rgb(78,70,188); }

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