Html Css Color HEX #4E42BC Rich Blue

📋 copy color: '#4E42BC'

red 78 ◦ green 66 ◦ blue 188

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

Shades of Rich Blue #4E42BC

Tints of Rich Blue #4E42BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 23.49%
G = 19.88%
B = 56.63%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E42BC (or 0x4E42BC) is known color: Rich Blue. HEX triplet: 4E, 42 and BC. RGB value is (78,66,188). Sum of RGB (Red+Green+Blue) = 78+66+188=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E42BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42BC is #B1BD43. Grayscale: #535353. Windows color (decimal): -11648324 or 12337742. OLE color: 12337742.

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

Color convert

RGB 78 66 188 -
CMYK 0.59 0.65 0 0.26
HSL 245.9º 0.48% 0.5% -
HSV(B) 245.9º 0.65% 0.74% -
XYZ 14.17 9.15 48.6 -
YUV 83.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 78 66 188 0.59 0.65 0 0.26 245.9 0.48 0.5
Hex 4E 42 BC 3B 41 0 1A F6 30 32
Octal 116 102 274 73 101 0 32 366 60 62
Binary 1001110 1000010 10111100 111011 1000001 0 11010 11110110 110000 110010

Color Harmonies of #4E42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42BC

Black with #4E42BC

Text Example


Text Example

White with #4E42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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