Html Css Color HEX #4E50AC Rich Blue

📋 copy color: '#4E50AC'

red 78 ◦ green 80 ◦ blue 172

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

Shades of Rich Blue #4E50AC

Tints of Rich Blue #4E50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 23.64%
G = 24.24%
B = 52.12%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E50AC (or 0x4E50AC) is known color: Rich Blue. HEX triplet: 4E, 50 and AC. RGB value is (78,80,172). Sum of RGB (Red+Green+Blue) = 78+80+172=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E50AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E50AC is #B1AF53. Grayscale: #595959. Windows color (decimal): -11644756 or 11292750. OLE color: 11292750.

HSL color Cylindrical-coordinate representation of color #4E50AC: hue angle of 238.72º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E50AC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 80 172 -
CMYK 0.55 0.53 0 0.33
HSL 238.72º 0.38% 0.49% -
HSV(B) 238.72º 0.55% 0.67% -
XYZ 13.46 10.34 40.32 -
YUV 89.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 78 80 172 0.55 0.53 0 0.33 238.72 0.38 0.49
Hex 4E 50 AC 37 35 0 21 EF 26 31
Octal 116 120 254 67 65 0 41 357 46 61
Binary 1001110 1010000 10101100 110111 110101 0 100001 11101111 100110 110001

Color Harmonies of #4E50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E50AC

Black with #4E50AC

Text Example


Text Example

White with #4E50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,172); }

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

background-color css

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

 a { background-color: rgb(78,80,172); }

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

border-color css

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

 span { border-color: rgb(78,80,172); }

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