Html Css Color HEX #4E5CAC Rich Blue

📋 copy color: '#4E5CAC'

red 78 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #4E5CAC

Tints of Rich Blue #4E5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 22.81%
G = 26.9%
B = 50.29%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E5CAC (or 0x4E5CAC) is known color: Rich Blue. HEX triplet: 4E, 5C and AC. RGB value is (78,92,172). Sum of RGB (Red+Green+Blue) = 78+92+172=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5CAC is #B1A353. Grayscale: #606060. Windows color (decimal): -11641684 or 11295822. OLE color: 11295822.

HSL color Cylindrical-coordinate representation of color #4E5CAC: hue angle of 231.06º 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 #4E5CAC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 92 172 -
CMYK 0.55 0.47 0 0.33
HSL 231.06º 0.38% 0.49% -
HSV(B) 231.06º 0.55% 0.67% -
XYZ 14.42 12.25 40.63 -
YUV 96.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 78 92 172 0.55 0.47 0 0.33 231.06 0.38 0.49
Hex 4E 5C AC 37 2F 0 21 E7 26 31
Octal 116 134 254 67 57 0 41 347 46 61
Binary 1001110 1011100 10101100 110111 101111 0 100001 11100111 100110 110001

Color Harmonies of #4E5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5CAC

Black with #4E5CAC

Text Example


Text Example

White with #4E5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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