Html Css Color HEX #4E40BC Rich Blue

📋 copy color: '#4E40BC'

red 78 ◦ green 64 ◦ blue 188

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

Shades of Rich Blue #4E40BC

Tints of Rich Blue #4E40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 23.64%
G = 19.39%
B = 56.97%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E40BC (or 0x4E40BC) is known color: Rich Blue. HEX triplet: 4E, 40 and BC. RGB value is (78,64,188). Sum of RGB (Red+Green+Blue) = 78+64+188=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E40BC is #B1BF43. Grayscale: #515151. Windows color (decimal): -11648836 or 12337230. OLE color: 12337230.

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

Color convert

RGB 78 64 188 -
CMYK 0.59 0.66 0 0.26
HSL 246.77º 0.49% 0.49% -
HSV(B) 246.77º 0.66% 0.74% -
XYZ 14.05 8.92 48.56 -
YUV 82.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 78 64 188 0.59 0.66 0 0.26 246.77 0.49 0.49
Hex 4E 40 BC 3B 42 0 1A F7 31 31
Octal 116 100 274 73 102 0 32 367 61 61
Binary 1001110 1000000 10111100 111011 1000010 0 11010 11110111 110001 110001

Color Harmonies of #4E40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E40BC

Black with #4E40BC

Text Example


Text Example

White with #4E40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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